Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
webcat12345 committed Feb 27, 2023
1 parent 2a140a4 commit 755feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Layout from "./components/Layout";
import PageNotFound from "./pages/PageNotFound";
import routes from "./routes";
import { environment } from "./config";
import "@ct-web3/multivers-ui/dist/css/multivers-ui.min.css";
import "@ct-web3/multiversx-ui/dist/css/mx-theme.min.css";

const App = () => {
return (
Expand Down

0 comments on commit 755feda

Please sign in to comment.