aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/columns.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/columns.tsx')
-rw-r--r--src/components/molecules/layout/columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/layout/columns.tsx b/src/components/molecules/layout/columns.tsx
index c196457..ec62b18 100644
--- a/src/components/molecules/layout/columns.tsx
+++ b/src/components/molecules/layout/columns.tsx
@@ -1,5 +1,5 @@
-import Column from '@components/atoms/layout/column';
import { FC, ReactComponentElement } from 'react';
+import Column from '../../atoms/layout/column';
import styles from './columns.module.scss';
export type ColumnsProps = {