Fix util import

This commit is contained in:
Arnaud 2024-09-10 13:34:51 +02:00
parent e2b3479e37
commit 5b991968f0
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

@ -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;