diff options
| author | zephex-alt <[email protected]> | 2024-05-06 21:36:56 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-06 21:36:56 +0000 |
| commit | 4f530d24403c6b092b337404b34ad76b79b86117 (patch) | |
| tree | f1e97da84229e131aefffa0f5dd156f14c3fd57c /src/app/page.jsx | |
| parent | UI enhancement (diff) | |
| download | dramalama-4f530d24403c6b092b337404b34ad76b79b86117.tar.xz dramalama-4f530d24403c6b092b337404b34ad76b79b86117.zip | |
added MOVIES support. SERIES support coming soon!
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index d154ccd..71c42bf 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -1,7 +1,7 @@ import styles from "./page.module.css"; import Link from "next/link"; -export default function Home() { +export default async function Home() { return ( <main className={styles.newbg}> <div className={styles.content}> |