diff --git a/src/components/App.tsx b/src/components/App.tsx index 2fc4c27..582f2d3 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -8,8 +8,8 @@ import { LumeProvider } from "@lumeweb/sdk"; export default function () { return ( - - + + <>
@@ -21,7 +21,7 @@ export default function () {
-
-
+ + ); }