Fix css import name.
Test and Build / test-and-build (push) Successful in 2m52s

This commit is contained in:
Jay
2025-09-04 13:16:44 -04:00
parent 865214b8c3
commit 6be2d9e41a
+1 -1
View File
@@ -4,7 +4,7 @@ import clsx from "clsx";
import { motion } from "motion/react";
import { useDragAndDrop } from "../dragAndDrop";
import styles from "./dragAndDropTest.module.css";
import styles from "./dragAndDrop.test.module.css";
type Item = {
id: string;