refactor: restructure directories

This commit is contained in:
Carlos Valente
2025-02-27 20:48:39 +01:00
committed by Carlos Valente
parent 308285ce3e
commit bf99646ad5
15 changed files with 15 additions and 15 deletions
@@ -1,4 +1,4 @@
@use "../../../theme/mixins" as *;
@use "../../../../theme/mixins" as *;
.link {
@include action-link;
@@ -1,7 +1,7 @@
import { MouseEvent, ReactNode } from 'react';
import { IoArrowUp } from '@react-icons/all-files/io5/IoArrowUp';
import { openLink } from '../../utils/linkUtils';
import { openLink } from '../../../utils/linkUtils';
import style from './AppLink.module.scss';
@@ -1,8 +1,8 @@
import { MouseEvent, ReactNode } from 'react';
import { IoOpenOutline } from '@react-icons/all-files/io5/IoOpenOutline';
import { openLink } from '../../utils/linkUtils';
import { cx } from '../../utils/styleUtils';
import { openLink } from '../../../utils/linkUtils';
import { cx } from '../../../utils/styleUtils';
import style from './ExternalLink.module.scss';