refactor: remove unused utils

This commit is contained in:
tiddlygit-test 2021-03-22 23:13:43 +08:00
parent d40a7eee8d
commit 02951b0793
18 changed files with 9 additions and 150 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import styled from 'styled-components';
import { Button, DialogContent } from '@material-ui/core';
import { usePromiseValue } from '@/helpers/use-service-value';
import { usePromiseValue } from '@/helpers/useServiceValue';
const Icon = styled.img`
height: 96;