Skip to content

Commit 2cf633e

Browse files
test-commit
1 parent 985c649 commit 2cf633e

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

apps/frontend/app/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import test from "@cssg/shared";
43
import Image from "next/image";
54
import { useEffect, useState } from "react";
65

@@ -32,7 +31,7 @@ export default function Home() {
3231
/>
3332
<div className="flex flex-col items-center gap-6 text-center sm:items-start sm:text-left">
3433
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50">
35-
To get started, edit the page.tsx file. {test}
34+
Yutian Gong
3635
</h1>
3736
<h1 className="max-w-xs text-3xl font-semibold leading-10 tracking-tight text-black dark:text-zinc-50">
3837
Data from backend: {data}

bun.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)