diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c9c9661..c1b1dd6 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -19,6 +19,16 @@ function cycleTag(tag) { return null; } +function PaperCard({ children, style }) { + return ( +
+