Skip to content

Commit

Permalink
fix(main): adjust imports
Browse files Browse the repository at this point in the history
  • Loading branch information
soujvnunes committed Mar 14, 2024
1 parent 1f99bdf commit c13e723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { StrictMode, Suspense } from "react";
import "config/i18n";
import SoujvnunesLogos from "containers/SoujvnunesLogos";
import LazyApp from "./LazyApp";
import root from "./root";
import "./main.css";

root?.render(
<StrictMode>
Expand Down

0 comments on commit c13e723

Please sign in to comment.