mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 22:54:45 -05:00
Clean up unused imports
This commit is contained in:
@@ -1,13 +1,8 @@
|
|||||||
import {
|
import {
|
||||||
ClerkProvider,
|
ClerkProvider
|
||||||
SignInButton,
|
} from '@clerk/nextjs';
|
||||||
SignedIn,
|
|
||||||
SignedOut,
|
|
||||||
UserButton
|
|
||||||
} from '@clerk/nextjs'
|
|
||||||
import './globals.css'
|
|
||||||
import { Button } from '~/components/ui/button';
|
|
||||||
import { Inter } from 'next/font/google';
|
import { Inter } from 'next/font/google';
|
||||||
|
import './globals.css';
|
||||||
|
|
||||||
const inter = Inter({ subsets: ['latin'] });
|
const inter = Inter({ subsets: ['latin'] });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user