From 790a3f4776492a8dd7bcd5bad56ba6fa377a3a0c Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 22 Sep 2023 18:29:01 -0700 Subject: [PATCH] removed unused template fragment --- templates/account_header.html.hbs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/account_header.html.hbs diff --git a/templates/account_header.html.hbs b/templates/account_header.html.hbs deleted file mode 100644 index ee6e4d0..0000000 --- a/templates/account_header.html.hbs +++ /dev/null @@ -1,23 +0,0 @@ -
-
- -
-
-
- hai, {{ username }}! -
-
- {{ stars }} {{ diamonds }} {{ coins }} {{ user_coins }} {{ demons }} -
-
-
- Settings · -
- -
-
-
-
-
\ No newline at end of file