Build and type fixes
This commit is contained in:
parent
d5bd58ac3e
commit
656f3fbe71
64 changed files with 1878 additions and 1501 deletions
|
|
@ -8,7 +8,7 @@ export const Welcome = () => {
|
|||
const { data: session } = useSession();
|
||||
const {
|
||||
user: { name },
|
||||
} = session;
|
||||
} = session as any;
|
||||
const {
|
||||
colors: { white, leafcutterElectricBlue },
|
||||
typography: { h1, h4, p },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue