Skip to content

Commit 66dbe4f

Browse files
authored
Merge pull request #5 from hellsgor/fix/app-styles-path
Fix/app styles path
2 parents 6816e3f + ea0426b commit 66dbe4f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

src/shared/ui/container/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import clsx from 'clsx';
2-
import s from './container.module.scss';
2+
import s from './Container.module.scss';
33

44
import type { ReactNode } from 'react';
55

src/widgets/header/ui/main-menu/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import s from './mainMenu.module.scss';
1+
import s from './MainMenu.module.scss';
22
import { clsx } from 'clsx';
33

44
import { useMediaQuery } from '@/shared/lib';

src/widgets/header/ui/nav-logo/NavLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import s from './navLogo.module.scss';
1+
import s from './NavLogo.module.scss';
22

33
import { Logo } from '@/shared/ui';
44
import { Link } from 'react-router';

0 commit comments

Comments
 (0)