Skip to content

Commit

Permalink
themes js fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy committed Aug 10, 2023
1 parent 8cfa728 commit 625156e
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 @@ -4,7 +4,7 @@ import { ThemeProvider } from "styled-components";
import GlobalStyle from "./globalStyles";

// pages
import { LightTheme } from "./config/themes";
import { LightTheme } from "./config/themes.js";

// components
import { SoundBar, AnimatedRoutes } from "./components";
Expand Down

0 comments on commit 625156e

Please sign in to comment.