Skip to content

Commit

Permalink
chore: remove unused Loader component
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Apr 4, 2024
1 parent 308a5c4 commit 56e3a7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const App = ({ loading, setTheme, loadSwapData, loadSwapOldPntData, loadMigratio
path={'/nfts'}
render={() => (
<React.Fragment>
{/* <Loader loading={loading} /> */}
<NftsController />
</React.Fragment>
)}
Expand Down
14 changes: 0 additions & 14 deletions src/components/atoms/loader/Loader.jsx

This file was deleted.

0 comments on commit 56e3a7d

Please sign in to comment.