Skip to content

Commit

Permalink
fix: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Feb 25, 2024
1 parent 9d85e70 commit fa0120b
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/icons/AfterEffectsIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function AfterEffectsIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/FlutterIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function FlutterIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/IllustratorIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function IllustratorIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/InstagramIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function InstagramIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/JavaIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function JavaIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/JavaScriptIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function JavaScriptIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/LinkIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function LinkIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/MattermostIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function MattermostIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/MediumIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function MediumIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/MongoDbIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function MongoDbIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/NextJsIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function NextJsIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/OpenStreetMapIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function OpenStreetMapIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/ProcreateIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function ProcreateIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/ReactIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function ReactIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/SlackIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function SlackIcon({
Expand Down
2 changes: 1 addition & 1 deletion src/icons/TailwindIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';
import styles from 'styles/index.module.scss';

export default function TailwindIcon({
className,
Expand Down
2 changes: 1 addition & 1 deletion src/icons/TypeScriptIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BaseIcon from '../BaseIcon';
import styles from 'styles/index.module.scss';
import BaseIcon from '../BaseIcon';
import { SvgIconProps } from '../SvgIcon';

export default function TypeScriptIcon({
Expand Down

0 comments on commit fa0120b

Please sign in to comment.