mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
|
|
import Home from "@/app/home/page";
|
||
|
|
|
||
|
|
export const dynamic = "force-static";
|
||
|
|
export default Home;
|