mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
1 line
No EOL
95 B
TypeScript
1 line
No EOL
95 B
TypeScript
export const notSignedInMessage = { type: 'error', message: 'You are not signed in' } as const; |