diff --git a/src/app/components/Waku.tsx b/src/app/components/Waku.tsx index 807a846..30f18b8 100644 --- a/src/app/components/Waku.tsx +++ b/src/app/components/Waku.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { Block } from "@/components/Block"; +import { Block, BlockTypes } from "@/components/Block"; import { Subtitle } from "@/components/Subtitle"; import { Button } from "@/components/Button"; import { MessageContent, useWaku } from "@/hooks"; @@ -20,52 +20,53 @@ export const Waku: React.FunctionComponent<{}> = () => { ); return ( - + - - Waku - -

Content topic: {CONTENT_TOPIC}

-
+ + + Waku + +

Content topic: {CONTENT_TOPIC}

+
- - - - - - - + - + + + + +