Either google apis is the most scuffed thing ever, or it's too genius for my puny mind
This commit is contained in:
4
src/routes/(app)/search/+page.server.ts
Normal file
4
src/routes/(app)/search/+page.server.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { PageServerLoad } from '../$types'
|
||||
import ytdl from 'ytdl-core'
|
||||
|
||||
export const load: PageServerLoad = async ({ fetch }) => {}
|
||||
@@ -1 +1 @@
|
||||
<h1>Welcome to the Search Page!</h1>
|
||||
<h1>Search Page</h1>
|
||||
|
||||
Reference in New Issue
Block a user