mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 07:12:51 -05:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
// Update checker implementation
|
|
export { default as useUpdateChecker } from '@/hooks/useUpdateChecker'
|
|
|
|
// Simple component for using the checker
|
|
export { default as UpdateNotifier } from './UpdateNotifier' |