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
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;