mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Replace instances hook with context
This commit is contained in:
@@ -3,7 +3,7 @@ import Header from '@/components/Header'
|
||||
import InstanceList from '@/components/InstanceList'
|
||||
import InstanceModal from '@/components/InstanceModal'
|
||||
import { CreateInstanceOptions, Instance } from '@/types/instance'
|
||||
import { useInstances } from '@/hooks/useInstances'
|
||||
import { useInstances } from '@/contexts/InstancesContext'
|
||||
|
||||
function App() {
|
||||
const [isModalOpen, setIsModalOpen] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user