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