mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-28 06:12:49 -05:00
Remove redundant files
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import { useUpdateChecker } from '@/hooks/useUpdateChecker'
|
||||
|
||||
/**
|
||||
* Simple component that uses the update checker hook
|
||||
* Can be dropped in anywhere in the app
|
||||
*/
|
||||
const UpdateNotifier = () => {
|
||||
useUpdateChecker()
|
||||
|
||||
// This component doesn't render anything
|
||||
return null
|
||||
}
|
||||
|
||||
export default UpdateNotifier
|
||||
@@ -1,5 +0,0 @@
|
||||
// Update checker implementation
|
||||
export { default as useUpdateChecker } from '@/hooks/useUpdateChecker'
|
||||
|
||||
// Simple component for using the checker
|
||||
export { default as UpdateNotifier } from './UpdateNotifier'
|
||||
Reference in New Issue
Block a user