Skip to content

Commit

Permalink
style: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Feb 10, 2025
1 parent 3936c0a commit 0dcdb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC, useEffect, useState, ReactNode } from 'react'
import { FC, useEffect } from 'react'

import { configStore } from '@/store/ConfigStore.tsx'
import { dataStore } from '@/store/DataStore.tsx'
Expand Down

0 comments on commit 0dcdb63

Please sign in to comment.