Files
braintok/src/app/data/notes.tsx
tymur999 f9ad53b92e pushed
2024-10-20 12:27:57 -04:00

10 lines
283 B
TypeScript

// src/data/notes.ts
export const notes: string[] = [
"The average attention span is 8.25 s",
"E = mc^2",
"We are a team of dreamers!",
"Our names are Kaz, Tymur, Daniil, and Mark!",
"LET'S GO TECH",
"In my free time, I do poster design for my dorm room",
];