mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🚨 Lint and prettier
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user