From 14a48a0a95011fe3f6c9b59048da37f9c0665cf5 Mon Sep 17 00:00:00 2001 From: aboutmydreams Date: Tue, 27 Feb 2024 11:59:42 +0800 Subject: [PATCH] fix: add Wallet import --- src/welcome/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/welcome/index.tsx b/src/welcome/index.tsx index 1d89df0..3bdcebe 100644 --- a/src/welcome/index.tsx +++ b/src/welcome/index.tsx @@ -1,7 +1,8 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; -import Profile from './Profile'; +// import Profile from './Profile'; +import Wallet from './Wallet'; import '../tailwind.css';