mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +00:00
9 lines
135 B
TypeScript
9 lines
135 B
TypeScript
|
export default {
|
||
|
index: 'Intro',
|
||
|
cli: 'CLI',
|
||
|
git: 'Git',
|
||
|
dev_ops: 'Dev Ops',
|
||
|
latex: 'LaTeX',
|
||
|
web_dev: 'Web Development',
|
||
|
}
|