feat: journal sheet export

This commit is contained in:
Ahmed Bouhuolia
2024-01-01 20:43:16 +02:00
parent ab7abfea35
commit 5062d891e1
14 changed files with 14 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ function AccountsDataTable({
// #withAlertsDialog
openAlert,
// #withDial
// #withDialog
openDialog,
// #withDrawerActions

View File

@@ -8,9 +8,9 @@ import { TransitionGroup, CSSTransition } from 'react-transition-group';
import authenticationRoutes from '@/routes/authentication';
import { Icon, FormattedMessage as T } from '@/components';
import { useIsAuthenticated } from '@/hooks/state';
import { AuthMetaBootProvider } from './AuthMetaBoot';
import '@/style/pages/Authentication/Auth.scss';
import { AuthMetaBootProvider } from './AuthMetaBoot';
export function Authentication() {
const to = { pathname: '/' };