From 3766cf78bbbc0cfe8a22b5d73f34ba8f3105cdaf Mon Sep 17 00:00:00 2001 From: maxmwang Date: Tue, 5 Nov 2024 22:30:05 -0800 Subject: [PATCH] create a potential runtime bug --- apps/frontend/src/app/About/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/app/About/index.tsx b/apps/frontend/src/app/About/index.tsx index d2210d96e..ad49d539f 100644 --- a/apps/frontend/src/app/About/index.tsx +++ b/apps/frontend/src/app/About/index.tsx @@ -1,5 +1,5 @@ import styles from "./About.module.scss"; export default function About() { - return
; + return
; }