From 2dfee9bad483364911cfae9a4cd7747c41f54294 Mon Sep 17 00:00:00 2001 From: Alie Date: Wed, 3 Jul 2024 10:30:51 +0200 Subject: [PATCH] fmt --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index db6700d..ad48f1e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -27,7 +27,7 @@ class App { page: "index", title: "THE INDEX", image, - ad + ad, }); } }