mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
lesson 4 live 30/12
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from './deck-dialog.tsx'
|
||||
export * from './deck-dialog'
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export * from './decks-table.tsx'
|
||||
export * from './cards-table.tsx'
|
||||
export * from './decks-table'
|
||||
export * from './cards-table'
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from './layout.tsx'
|
||||
export * from './layout'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { RootState } from '@/services/store.ts'
|
||||
import { RootState } from '@/services/store'
|
||||
|
||||
export const selectDecksCurrentPage = (state: RootState) => state.decks.currentPage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user