mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-14 05:12:41 -05:00
add additional embeds + routes
This commit is contained in:
@@ -6,8 +6,8 @@ const Demo = dynamic(() => import("~/components/Demo"), {
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<Demo />
|
||||
);
|
||||
export default function App(
|
||||
{ title }: { title?: string } = { title: "Frames v2 Demo" }
|
||||
) {
|
||||
return <Demo title={title} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user