mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
Lint files based on updated rules
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { Stack, Group } from '@mantine/core';
|
||||
import { RiAlertFill } from 'react-icons/ri';
|
||||
import { Text } from '/@/renderer/components';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
interface ActionRequiredContainerProps {
|
||||
children: React.ReactNode;
|
||||
children: ReactNode;
|
||||
title: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user