fix(FE): change import module to absolute path

This commit is contained in:
randy-ar
2025-12-01 10:22:00 +07:00
parent 2ace95a0db
commit 48435a9cbb
14 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { HTMLAttributes, ReactNode, useState } from 'react';
import { cn } from '@/lib/helper';
import Image from 'next/image';
import Collapse from './Collapse';
import Collapse from '@/components/Collapse';
import { Icon } from '@iconify/react';
export interface CardProps