react-garden
Version:
React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.
27 lines (24 loc) • 1.09 kB
JavaScript
// ##############################
// // // Tasks for TasksCard - see Dashboard view
// #############################
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",
]
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?"',
]
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,
}