mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
remove unused imports
This commit is contained in:
parent
60684dbd0a
commit
4d52a58af7
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import React, { useEffect, useReducer, useState } from 'react'
|
||||
import localforage from 'localforage'
|
||||
import { useAsyncValue } from 'react-router'
|
||||
|
||||
type Todo = {
|
||||
id: string
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React, { useEffect } from 'react'
|
||||
import localforage from 'localforage'
|
||||
import { effect, signal, useSignalEffect } from '@preact/signals-react'
|
||||
import { effect, signal } from '@preact/signals-react'
|
||||
|
||||
type Todo = {
|
||||
id: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue