refactor(FE-Storyless): update import paths for schema files to use absolute paths

This commit is contained in:
rstubryan
2025-11-27 13:36:12 +07:00
parent 22ce1b1142
commit 4b6144d0b4
6 changed files with 6 additions and 7 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