diff --git a/src/components/Sheets/Sheets.tsx b/src/components/Sheets/Sheets.tsx index f927eef..0463687 100644 --- a/src/components/Sheets/Sheets.tsx +++ b/src/components/Sheets/Sheets.tsx @@ -1,7 +1,7 @@ import { ReactElement } from "react"; import { Backdrop } from "../Backdrop/Backdrop"; import "./sheets.css"; -import { attributes } from "../../utils/attributes"; +import { attributes } from "../utils/attributes"; type Props = { open: boolean;