diff --git a/src/app/options/App.tsx b/src/app/options/App.tsx
index 600b28d..3afe427 100644
--- a/src/app/options/App.tsx
+++ b/src/app/options/App.tsx
@@ -2,18 +2,17 @@ import { Toaster } from 'sonner'
import Main from './components/Main'
import ProfileForm from './components/ProfileForm'
import BadgeList from './components/BadgeList'
-import Meteors from '@/components/magicui/meteors'
+import Layout from './components/Layout'
function App() {
return (
- <>
-