mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-14 13:22:31 -05:00
add opengraph image + embed
This commit is contained in:
13
src/app/app.tsx
Normal file
13
src/app/app.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const Demo = dynamic(() => import("~/components/Demo"), {
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<Demo />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user