lesson 4 live 30/12

This commit is contained in:
2023-12-30 19:19:01 +01:00
parent b81d33c1b4
commit e7ccc59a60
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
export * from './deck-dialog.tsx'
export * from './deck-dialog'

View File

@@ -1,2 +1,2 @@
export * from './decks-table.tsx'
export * from './cards-table.tsx'
export * from './decks-table'
export * from './cards-table'

View File

@@ -1 +1 @@
export * from './layout.tsx'
export * from './layout'

View File

@@ -1,4 +1,4 @@
import { RootState } from '@/services/store.ts'
import { RootState } from '@/services/store'
export const selectDecksCurrentPage = (state: RootState) => state.decks.currentPage