mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-05-17 07:09:27 +00:00
Fix util import
This commit is contained in:
parent
e2b3479e37
commit
5b991968f0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user