chore: reestructure the imports
This commit is contained in:
parent
fff1df134c
commit
3f0fedd2b1
|
@ -1,7 +1,3 @@
|
||||||
import { Input } from "@/components/ui/input";
|
|
||||||
import { Button } from "@/components/ui/button";
|
|
||||||
import "@lumeweb/sdk/lib/style.css";
|
|
||||||
import "@/styles/global.css";
|
|
||||||
import React, {
|
import React, {
|
||||||
createContext,
|
createContext,
|
||||||
createRef,
|
createRef,
|
||||||
|
@ -42,6 +38,11 @@ import jdu from "json-data-uri";
|
||||||
import { ERC721_ABI } from "@/lib/erc721-abi";
|
import { ERC721_ABI } from "@/lib/erc721-abi";
|
||||||
import { Card, CardContent, CardHeader } from "@/components/ui/card";
|
import { Card, CardContent, CardHeader } from "@/components/ui/card";
|
||||||
import LogoImg from "@/assets/lume-logo.png";
|
import LogoImg from "@/assets/lume-logo.png";
|
||||||
|
import { Input } from "@/components/ui/input";
|
||||||
|
import { Button } from "@/components/ui/button";
|
||||||
|
import "@lumeweb/sdk/lib/style.css";
|
||||||
|
import "@/styles/global.css";
|
||||||
|
|
||||||
let BOOT_FUNCTIONS: (() => Promise<any>)[] = [];
|
let BOOT_FUNCTIONS: (() => Promise<any>)[] = [];
|
||||||
|
|
||||||
export const AppContext = createContext<any>(undefined);
|
export const AppContext = createContext<any>(undefined);
|
||||||
|
|
Loading…
Reference in New Issue