aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/Page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/components/Page.tsx')
-rw-r--r--FrontEnd/src/components/Page.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/components/Page.tsx b/FrontEnd/src/components/Page.tsx
index 86fdb2f5..8c9febcc 100644
--- a/FrontEnd/src/components/Page.tsx
+++ b/FrontEnd/src/components/Page.tsx
@@ -1,6 +1,8 @@
import { ComponentPropsWithoutRef, Ref } from "react";
import classNames from "classnames";
+import "./Page.css";
+
interface PageProps extends ComponentPropsWithoutRef<"div"> {
noTopPadding?: boolean;
pageRef?: Ref<HTMLDivElement>;