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 ca60631 commit 14fb475
Show file tree
Hide file tree
Showing 3 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 './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 './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 './Quote.module.scss';
import styles from '@/components/Quote.module.scss';

interface Props {
title?: string;
Expand Down

0 comments on commit 14fb475

Please sign in to comment.