Compare commits

..

No commits in common. "65ddb0cb43bb66839dfa1e460003c2017189e03c" and "bfdde977702b156a2000fd6b5184fdb39f3e3396" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -40,6 +40,8 @@ import { Card, CardContent, CardHeader } from "@/components/ui/card";
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>)[] = [];

View File

@ -1,8 +1,5 @@
---
import App from "@/components/nft-gallery/App"
// NEVER MOVE THIS, FIXING THE LOGIN BUTTON ERROR
import "@lumeweb/sdk/lib/style.css"
import "@/styles/global.css"
---
<html lang="en">
<head>