From aef14be13c3bd9e93eeea598dbfbf707ba98d448 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Sep 2023 23:47:16 +0800 Subject: ... --- FrontEnd/src/components/Page.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FrontEnd/src/components/Page.tsx') 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; -- cgit v1.2.3