diff --git a/apps/web/src/pages/Viewer.tsx b/apps/web/src/pages/Viewer.tsx index 4c8fdb28f..662b3f1aa 100644 --- a/apps/web/src/pages/Viewer.tsx +++ b/apps/web/src/pages/Viewer.tsx @@ -1,3 +1,29 @@ -export const Viewer = () => { - return
Hello Viewer
; -}; +import { Text } from "@radix-ui/themes"; + +export const Viewer = () =>
+
+ I'm pdf bro +
+
+ {[0, 1, 2, 3, 4].map(() => { + + return ( +
+ +
+ Header 2x +
+ Markdown + Json +
+
+ +
+ What is up bro, I'ma chunk +
+
+ ); + })} +
+ +
;