-
-
+ import { Button } from '$lib/components/ui/button/index.js';
+ import * as DropdownMenu from '$lib/components/ui/dropdown-menu/index.js';
+ import { Input } from '$lib/components/ui/input/index.js';
+ import * as Sheet from '$lib/components/ui/sheet/index.js';
+ import { Rocket } from 'lucide-svelte';
+ import NewMenu from '../components/Menu.svelte';
+ import RocketPillCard from '../components/RocketPillCard.svelte';
+ import { base } from '$app/paths';
-
- Alert
- Nostrocket is so not ready yet, this is just a preview
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/rockets/Rockets.svelte b/src/views/rockets/Rockets.svelte
index 37b1f0e..924ab37 100644
--- a/src/views/rockets/Rockets.svelte
+++ b/src/views/rockets/Rockets.svelte
@@ -1,55 +1,49 @@
-
-