aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/list/ListContainer.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-30 01:07:00 +0800
committercrupest <crupest@outlook.com>2023-08-30 01:07:00 +0800
commit97c3d6f302e236a273d64ddffc632f18ed967cbc (patch)
treed623fbd1f6367a4357d70a5ebbd94ad4638f8fec /FrontEnd/src/components/list/ListContainer.tsx
parentf8acad20ddb9f5de156d81b54233571b8efba7f9 (diff)
downloadtimeline-97c3d6f302e236a273d64ddffc632f18ed967cbc.tar.gz
timeline-97c3d6f302e236a273d64ddffc632f18ed967cbc.tar.bz2
timeline-97c3d6f302e236a273d64ddffc632f18ed967cbc.zip
...
Diffstat (limited to 'FrontEnd/src/components/list/ListContainer.tsx')
-rw-r--r--FrontEnd/src/components/list/ListContainer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/components/list/ListContainer.tsx b/FrontEnd/src/components/list/ListContainer.tsx
index aa00d12c..c27e67d4 100644
--- a/FrontEnd/src/components/list/ListContainer.tsx
+++ b/FrontEnd/src/components/list/ListContainer.tsx
@@ -1,7 +1,7 @@
import { ComponentPropsWithoutRef, forwardRef, Ref } from "react";
import classNames from "classnames";
-import "./ListContainer.css"
+import "./ListContainer.css";
function _ListContainer(
{ className, children, ...otherProps }: ComponentPropsWithoutRef<"div">,