summaryrefslogtreecommitdiff
path: root/examples/ssr/src/models/session.ts
blob: 16dce00b4ef3901ac3aa3230a75dc27ec83e5969 (plain) (blame)
1
2
// Normally this would be in a database.
export const userCartItems = new Map();