mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove unused import to pass lint & revert package.json
This commit is contained in:
parent
2edd032ec7
commit
2ec4f5af10
@ -4,7 +4,7 @@
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"prepare": "cd ../../../ && husky install invokeai/frontend/web/.husky",
|
||||
"dev": "concurrently \"vite dev --host\" \"yarn run theme:watch\"",
|
||||
"dev": "concurrently \"vite dev\" \"yarn run theme:watch\"",
|
||||
"build": "yarn run lint && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint:madge": "madge --circular src/main.tsx",
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user