🚨 Lint and prettier

This commit is contained in:
ajnart
2023-04-03 15:45:47 +09:00
parent 2fc4adfbb0
commit 56e824267d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { ComponentType, useMemo } from 'react'; import { ComponentType } from 'react';
import Widgets from '.'; import Widgets from '.';
import { HomarrCardWrapper } from '../components/Dashboard/Tiles/HomarrCardWrapper'; import { HomarrCardWrapper } from '../components/Dashboard/Tiles/HomarrCardWrapper';
import { WidgetsMenu } from '../components/Dashboard/Tiles/Widgets/WidgetsMenu'; import { WidgetsMenu } from '../components/Dashboard/Tiles/Widgets/WidgetsMenu';

View File

@@ -94,7 +94,7 @@ class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundarySta
mt="md" mt="md"
fullWidth fullWidth
> >
{(this.props.t('modal.reportButton'))} {this.props.t('modal.reportButton')}
</Button> </Button>
</> </>
), ),

View File

@@ -1,5 +1,3 @@
import { defineWidget } from '../helper';
import { IWidget } from '../widgets';
import { import {
ActionIcon, ActionIcon,
Badge, Badge,
@@ -31,6 +29,8 @@ import dayjs from 'dayjs';
import { useTranslation } from 'next-i18next'; import { useTranslation } from 'next-i18next';
import Link from 'next/link'; import Link from 'next/link';
import { useState } from 'react'; import { useState } from 'react';
import { IWidget } from '../widgets';
import { defineWidget } from '../helper';
const definition = defineWidget({ const definition = defineWidget({
id: 'rss', id: 'rss',