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';