feat: upgrade to rust nostr 0.28
This commit is contained in:
9
apps/desktop2/src/routes/splash.tsx
Normal file
9
apps/desktop2/src/routes/splash.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/splash")({
|
||||
component: Screen,
|
||||
});
|
||||
|
||||
function Screen() {
|
||||
return <div>Loading..</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user