We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfa296 commit 6ea7b89Copy full SHA for 6ea7b89
2 files changed
src/styles/Root.module.scss src/Root.module.scsssrc/styles/Root.module.scss renamed to src/Root.module.scss
src/Root.tsx
@@ -1,12 +1,12 @@
1
import { ParallaxProvider } from "react-scroll-parallax";
2
import { MainPage } from "./components/MainPage";
3
4
-import AppModule from './styles/Root.module.scss';
+import RootModule from './Root.module.scss';
5
6
export function App() {
7
return <ParallaxProvider>
8
<div
9
- className={AppModule.App}
+ className={RootModule.App}
10
>
11
<MainPage/>
12
</div>
0 commit comments