Make linter happy =D
This commit is contained in:
@@ -9,7 +9,7 @@ const StackItem = styled(Stack)(({ theme }) => ({
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const NoPlanetCard = ({}: {}) => {
|
export const NoPlanetCard = () => {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
return (
|
return (
|
||||||
<StackItem
|
<StackItem
|
||||||
|
@@ -2,7 +2,7 @@ import { Stack, Typography, styled, useTheme } from "@mui/material";
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import { AccessToken, Planet, PlanetInfo, PlanetInfoUniverse } from "@/types";
|
import { AccessToken, Planet, PlanetInfo, PlanetInfoUniverse } from "@/types";
|
||||||
import { Api } from "@/esi-api";
|
import { Api } from "@/esi-api";
|
||||||
import { forwardRef, useEffect, useState } from "react";
|
import React, { forwardRef, useEffect, useState } from "react";
|
||||||
import { DateTime } from "luxon";
|
import { DateTime } from "luxon";
|
||||||
import { EXTRACTOR_TYPE_IDS } from "@/const";
|
import { EXTRACTOR_TYPE_IDS } from "@/const";
|
||||||
import Countdown from "react-countdown";
|
import Countdown from "react-countdown";
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { Analytics } from "@vercel/analytics/react";
|
import { Analytics } from "@vercel/analytics/react";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user