mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-02 04:52:03 -04:00
Formatting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Export all hooks
|
||||
export { useGames } from './useGames';
|
||||
export { useDlcManager } from './useDlcManager';
|
||||
export { useGameActions } from './useGameActions';
|
||||
export { useToasts } from './useToasts';
|
||||
export { useAppLogic } from './useAppLogic';
|
||||
export { useGames } from './useGames'
|
||||
export { useDlcManager } from './useDlcManager'
|
||||
export { useGameActions } from './useGameActions'
|
||||
export { useToasts } from './useToasts'
|
||||
export { useAppLogic } from './useAppLogic'
|
||||
|
||||
// Export types
|
||||
export type { ToastType, Toast, ToastOptions } from './useToasts';
|
||||
export type { DlcDialogState } from './useDlcManager';
|
||||
export type { ToastType, Toast, ToastOptions } from './useToasts'
|
||||
export type { DlcDialogState } from './useDlcManager'
|
||||
|
||||
Reference in New Issue
Block a user