From 0c2352636c31fba4798e8da299caa5070fd7a872 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 7 Apr 2024 13:06:07 +0530 Subject: some minor fixes and qol improvements --- src/app/kdrama/loading.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/app/kdrama/loading.jsx (limited to 'src/app/kdrama/loading.jsx') diff --git a/src/app/kdrama/loading.jsx b/src/app/kdrama/loading.jsx new file mode 100644 index 0000000..2415575 --- /dev/null +++ b/src/app/kdrama/loading.jsx @@ -0,0 +1,9 @@ +import styles from "./styles/loading.module.css"; + +export default async function Loading() { + return ( +
+
; +
+ ); +} -- cgit v1.2.3