From 97c3d6f302e236a273d64ddffc632f18ed967cbc Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 30 Aug 2023 01:07:00 +0800 Subject: ... --- FrontEnd/src/components/list/ListContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrontEnd/src/components/list/ListContainer.tsx') 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">, -- cgit v1.2.3