fix imports
parent
c928ea4945
commit
130d30c514
|
@ -1,6 +1,7 @@
|
||||||
import { useState } from "react";
|
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
|
// TODO: add default styling
|
||||||
// also a cssClassAssembler function for custom styling
|
// also a cssClassAssembler function for custom styling
|
||||||
|
|
Loading…
Reference in New Issue