Skip to content

Commit e7c9cd8

Browse files
committed
Remove bad import
1 parent 08ab397 commit e7c9cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/pages/events/ManageEvent.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import {
3838
metadataSchema,
3939
} from "@common/types/events";
4040
import { zod4Resolver as zodResolver } from "mantine-form-zod-resolver";
41-
import FullScreenLoader from "@ui/components/AuthContext/LoadingScreen";
42-
import { X } from "vitest/dist/chunks/reporters.d.BFLkQcL6";
4341

42+
import FullScreenLoader from "@ui/components/AuthContext/LoadingScreen";
4443
export function capitalizeFirstLetter(string: string) {
4544
return string.charAt(0).toUpperCase() + string.slice(1);
4645
}
46+
4747
const valueFormatter: DateFormatter = ({ type, date, locale, format }) => {
4848
if (type === "multiple" && Array.isArray(date)) {
4949
if (date.length === 1) {

0 commit comments

Comments
 (0)