From 5b991968f02cf9dd16774082dc7d52dd98696de4 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 10 Sep 2024 13:34:51 +0200 Subject: [PATCH] Fix util import --- src/components/Sheets/Sheets.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;