mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
build version 400
This commit is contained in:
@ -1 +1,15 @@
|
||||
export const isAppLoaded = (state) => state.isAppLoaded
|
||||
|
||||
export const languages = (state) => state.languages
|
||||
|
||||
export const currencies = (state) => state.currencies
|
||||
|
||||
export const timeZones = (state) => state.timeZones
|
||||
|
||||
export const dateFormats = (state) => state.dateFormats
|
||||
|
||||
export const fiscalYears = (state) => state.fiscalYears
|
||||
|
||||
export const countries = (state) => state.countries
|
||||
|
||||
export const isSidebarOpen = (state) => state.isSidebarOpen
|
||||
|
||||
Reference in New Issue
Block a user