fix imports

connect-component
Ryukemeister 2023-09-29 12:36:35 +05:30
parent c928ea4945
commit 130d30c514
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import { useState } from "react";
import type { ConnectButtonProps } from "types";
import type { AtomsGlobalConfigProps } from "types";
import type { AtomsGlobalConfigProps } from "../types";
import type { ConnectButtonProps } from "../types";
// TODO: add default styling
// also a cssClassAssembler function for custom styling