0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apps/app/lib/cookie.ts

4 lines
67 B
TypeScript
Raw Normal View History

2022-11-19 14:21:26 +00:00
export const setCookie = () => {
// add set cookie logic here
};