Merge pull request #2362 from AreYouRlyScared/fixes

Remove unused imports
This commit is contained in:
Dane Everitt 2020-09-22 19:46:25 -07:00 committed by GitHub
commit d4363cb36f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ import tw from 'twin.macro';
import { Textarea } from '@/components/elements/Input';
import getServerBackups from '@/api/swr/getServerBackups';
import { ServerContext } from '@/state/server';
import styled from 'styled-components/macro';
interface Values {
name: string;