mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-04 09:20:53 +00:00
6.19
This commit is contained in:
parent
932bdbfd87
commit
5ee0c86fcc
@ -1,4 +1,4 @@
|
||||
import { TeacherSidebar } from "@/components/sidebar/teacher-sidebar"
|
||||
import { AppSidebar } from "@/components/sidebar/app-sidebar"
|
||||
import {
|
||||
Breadcrumb,
|
||||
BreadcrumbItem,
|
||||
@ -17,7 +17,7 @@ import {
|
||||
export default function Page() {
|
||||
return (
|
||||
<SidebarProvider>
|
||||
<TeacherSidebar />
|
||||
<AppSidebar />
|
||||
<SidebarInset>
|
||||
<header className="flex h-16 shrink-0 items-center gap-2">
|
||||
<div className="flex items-center gap-2 px-4">
|
||||
|
Loading…
Reference in New Issue
Block a user