mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-21 03:59:50 +00:00
fix linting
This commit is contained in:
parent
7f91fe59e2
commit
79e5ff2fea
3 changed files with 1 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
import useSWR from "swr";
|
||||
import { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import classNames from "classnames";
|
||||
|
||||
import Widget from "../widget";
|
||||
import Block from "../block";
|
||||
|
||||
import Dropdown from "components/services/dropdown";
|
||||
import { formatApiUrl } from "utils/api-helpers";
|
||||
import classNames from "classnames";
|
||||
|
||||
export default function CoinMarketCap({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue