1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-21 10:18:12 +09:00

feat: new uniqueness indicator

This commit is contained in:
2020-06-20 18:19:05 +09:00
parent 8f3716b4d5
commit 2bb631ee7e
10 changed files with 56 additions and 82 deletions

View File

@@ -2,7 +2,6 @@ import React, {useState, useEffect, Suspense} from 'react';
import styled from 'styled-components';
import useFetch from 'fetch-suspense';
import Tooltip from 'rc-tooltip';
import 'rc-tooltip/assets/bootstrap.css';
import BarLoader from 'react-spinners/BarLoader';
import {GoInfo} from 'react-icons/go';
import {IoIosFlash} from 'react-icons/io';