Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
enstef committed Dec 3, 2023
1 parent 14fb475 commit a6860b3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Aim.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Dispatch, SetStateAction } from 'react';
import styles from '@/components/Aim.module.scss';
import styles from '@/components/aim.module.scss';
import classnames from 'classnames';

interface Props {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Category.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Dispatch, SetStateAction } from 'react';
import styles from '@/components/Category.module.scss';
import styles from '@/components/category.module.scss';

interface Props {
label: string;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Quote.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Close from '@/assets/icons/Close';
import styles from '@/components/Quote.module.scss';
import styles from '@/components/quote.module.scss';

interface Props {
title?: string;
Expand Down
File renamed without changes.

0 comments on commit a6860b3

Please sign in to comment.