|
@@ -7,6 +7,7 @@ import { cn } from '@/utils/cn'
|
|
|
import { Button } from '@/components/ui/button'
|
|
import { Button } from '@/components/ui/button'
|
|
|
import { Image } from '@/components/ui/image'
|
|
import { Image } from '@/components/ui/image'
|
|
|
import { Navbar } from '@/components/ui/navbar'
|
|
import { Navbar } from '@/components/ui/navbar'
|
|
|
|
|
+import './index.css'
|
|
|
|
|
|
|
|
const ProfilePage: React.FC = () => {
|
|
const ProfilePage: React.FC = () => {
|
|
|
const [userProfile, setUserProfile] = useState<UserProfile | null>(null)
|
|
const [userProfile, setUserProfile] = useState<UserProfile | null>(null)
|