💄 Prettier repository

This commit is contained in:
ajnart
2023-07-21 18:08:40 +09:00
parent b40cafc65a
commit 739b95888b
197 changed files with 507 additions and 335 deletions

View File

@@ -9,6 +9,7 @@ import {
import { useTranslation } from 'next-i18next';
import { useConfigContext } from '~/config/provider';
import { api } from '~/utils/api';
import { formatNumber } from '../../tools/client/math';
import { defineWidget } from '../helper';
import { WidgetLoading } from '../loading';

View File

@@ -4,7 +4,7 @@ export type AdStatistics = {
adsBlockedTodayPercentage: number;
dnsQueriesToday: number;
status: {
status: PiholeApiSummaryType['status'],
status: PiholeApiSummaryType['status'];
appId: string;
}[];
};