remove blank line

This commit is contained in:
Km.Van
2025-08-13 21:35:07 +08:00
parent d97f05d495
commit 6e2119475e
72 changed files with 594 additions and 693 deletions

View File

@@ -1,8 +1,6 @@
import type { FC, ReactNode } from 'react';
import { ModuleArrow } from '@/Components/Module/components/arrow.tsx';
import styles from './item.module.scss';
const ModuleItemTitle: FC<{
import styles from './item.module.scss';const ModuleItemTitle: FC<{
id: string;
title: string;
}> = ({ id, title }) => {