mirror of
https://github.com/tymur999/braintok.git
synced 2025-08-05 16:20:37 +00:00
10 lines
283 B
TypeScript
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",
|
|
]; |