Skip to content

Commit

Permalink
fix: add Wallet import
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Feb 27, 2024
1 parent 0efdb6c commit 14a48a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/welcome/index.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 14a48a0

Please sign in to comment.