dashboard ui

This commit is contained in:
Ishaan Dey
2024-04-16 16:25:21 -04:00
parent bb05dad34e
commit 8a64c69452
8 changed files with 201 additions and 41 deletions

View File

@ -1,6 +1,6 @@
"use client"
import Navbar from "@/components/navbar"
import Navbar from "@/components/editor/navbar"
import { useClerk } from "@clerk/nextjs"
import dynamic from "next/dynamic"