From 7b6d5f1666e428c37c936bd6b01323c3a6399ac6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 14 Nov 2023 19:08:14 -0800 Subject: Initial commit - barebone lrc player --- src/app/page.tsx | 116 ++----------------------------------------------------- 1 file changed, 4 insertions(+), 112 deletions(-) (limited to 'src/app/page.tsx') diff --git a/src/app/page.tsx b/src/app/page.tsx index b973266..e4a8169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,113 +1,5 @@ -import Image from 'next/image' +"use client" +import React from 'react'; +import App from './App'; -export default function Home() { - return ( -
-
-

- Get started by editing  - src/app/page.tsx -

-
- - By{' '} - Vercel Logo - -
-
- -
- Next.js Logo -
- -
- -

- Docs{' '} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{' '} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{' '} - - -> - -

-

- Explore starter templates for Next.js. -

-
- - -

- Deploy{' '} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
-
-
- ) -} +export default App; \ No newline at end of file -- cgit v1.2.3