diff --git a/components/Button/index.tsx b/components/Button/index.tsx index 2c0c9af2..df8164f7 100644 --- a/components/Button/index.tsx +++ b/components/Button/index.tsx @@ -1,5 +1,4 @@ import React from 'react' -import Image from 'next/image' import classNames from 'classnames' import './index.scss' diff --git a/components/CharacterResult/index.tsx b/components/CharacterResult/index.tsx index bbb62b7a..0957352d 100644 --- a/components/CharacterResult/index.tsx +++ b/components/CharacterResult/index.tsx @@ -1,5 +1,4 @@ import React from 'react' -import Image from 'next/image' import WeaponLabelIcon from '~components/WeaponLabelIcon' import './index.scss' diff --git a/components/CharacterUnit/index.tsx b/components/CharacterUnit/index.tsx index b2a97795..2761ff85 100644 --- a/components/CharacterUnit/index.tsx +++ b/components/CharacterUnit/index.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useState } from 'react' -import Image from 'next/image' import classnames from 'classnames' import { useModal as useModal } from '~utils/useModal' diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 5cb34459..710fa1b6 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useState } from 'react' -import Image from 'next/image' import './index.scss' diff --git a/components/SummonResult/index.tsx b/components/SummonResult/index.tsx index f0f68760..9b7315cf 100644 --- a/components/SummonResult/index.tsx +++ b/components/SummonResult/index.tsx @@ -1,5 +1,4 @@ import React from 'react' -import Image from 'next/image' import WeaponLabelIcon from '~components/WeaponLabelIcon' import './index.scss' diff --git a/components/SummonUnit/index.tsx b/components/SummonUnit/index.tsx index bad539fb..dd9280b9 100644 --- a/components/SummonUnit/index.tsx +++ b/components/SummonUnit/index.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useState } from 'react' -import Image from 'next/image' import classnames from 'classnames' import { useModal as useModal } from '~utils/useModal' diff --git a/components/UncapStar/index.tsx b/components/UncapStar/index.tsx index 7300623e..b8a0c99b 100644 --- a/components/UncapStar/index.tsx +++ b/components/UncapStar/index.tsx @@ -1,5 +1,4 @@ import React from 'react' -import Image from 'next/image' import classnames from 'classnames' import './index.scss' diff --git a/components/WeaponResult/index.tsx b/components/WeaponResult/index.tsx index 3aeb7905..54d256db 100644 --- a/components/WeaponResult/index.tsx +++ b/components/WeaponResult/index.tsx @@ -1,5 +1,4 @@ import React from 'react' -import Image from 'next/image' import WeaponLabelIcon from '~components/WeaponLabelIcon' import './index.scss' diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index 4cc21c21..1e3acb50 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useState } from 'react' -import Image from 'next/image' import classnames from 'classnames' import { useModal as useModal } from '~utils/useModal' diff --git a/pages/index.tsx b/pages/index.tsx index c59cbf58..7b1540f2 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,6 +1,5 @@ import type { NextPage } from 'next' import Head from 'next/head' -import Image from 'next/image' import styles from '../styles/Home.module.css' import { CookiesProvider } from 'react-cookie'