remove unused import to pass lint & revert package.json

This commit is contained in:
SammCheese
2023-04-15 21:53:33 +02:00
parent 2edd032ec7
commit 2ec4f5af10
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { Box, Flex, Grid } from '@chakra-ui/react';
import React, { useState } from 'react';
import { useState } from 'react';
import ModelSelect from './ModelSelect';
import StatusIndicator from './StatusIndicator';