fix build errs
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 58s
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 58s
This commit is contained in:
parent
ed21a9246c
commit
f649b7b15c
@ -7,6 +7,11 @@ import { useUserContext } from "@/app/provider/user-provider";
|
||||
import { useOrganizationContext } from "@/app/provider/organization-provider";
|
||||
import { OrganizationState } from "@/app/store/organization-store";
|
||||
|
||||
/**
|
||||
* The dashboard home page.
|
||||
*
|
||||
* @return the page jsx
|
||||
*/
|
||||
const DashboardPage = (): ReactElement => {
|
||||
const user: User | undefined = useUserContext(
|
||||
(state: UserState) => state.user
|
||||
|
@ -15,5 +15,5 @@ export type Session = {
|
||||
/**
|
||||
* The unix time this session expires.
|
||||
*/
|
||||
expires: bigint;
|
||||
expires: number;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user