aboutsummaryrefslogtreecommitdiff
path: root/api/word.ts
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-06-30 23:23:47 +0200
committerlonkaars <loek@pipeframe.xyz>2023-06-30 23:23:47 +0200
commit8ff39cbe6300ca479584fe7d85ff03a1f65bc9b0 (patch)
treec354294dbbeb6c86d5909955762326272664f07b /api/word.ts
parent722127ef4059020876f708b1d5406c04fd07b0da (diff)
WIP move more stuff around + more broken examples
Diffstat (limited to 'api/word.ts')
-rw-r--r--api/word.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/word.ts b/api/word.ts
index d2df69e..3e8fce6 100644
--- a/api/word.ts
+++ b/api/word.ts
@@ -2,8 +2,8 @@ import Glossary from "./glossary.ts";
import APIBase from "./base.ts";
export default class Word extends APIBase {
- public writing: string = "TODO";
- public reading: string = "TODO";
+ public writing = "TODO";
+ public reading = "TODO";
constructor() {
super();