mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-23 18:49:02 +08:00
remove blank line
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user