UNPKG

threed-garden

Version:

ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek

27 lines (24 loc) 1.13 kB
// ############################## // // // Tasks for TasksCard - see Dashboard view // ############################# export const bugs = [ 'Sign contract for "What are conference organizers afraid of?"', 'Lines From Great Russian Literature? Or E-mails From My Boss?', 'Flooded: One year later, assessing what was lost and what was found when a ravaging rain swept through metro Detroit', 'Create 4 Invisible User Experiences you Never Knew About', ] export const website = [ 'Flooded: One year later, assessing what was lost and what was found when a ravaging rain swept through metro Detroit', 'Sign contract for "What are conference organizers afraid of?"', ] export const server = [ 'Lines From Great Russian Literature? Or E-mails From My Boss?', 'Flooded: One year later, assessing what was lost and what was found when a ravaging rain swept through metro Detroit', 'Sign contract for "What are conference organizers afraid of?"', ] // module.exports = { // // these 3 are used to create the tasks lists in TasksCard - Dashboard view // bugs, // website, // server, // }