Remove server load
This commit is contained in:
parent
6c29411356
commit
33bbf50a2d
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
import { error } from "@sveltejs/kit";
|
|
||||||
|
|
||||||
export async function load({ params }) {
|
|
||||||
return {
|
|
||||||
id: 1,
|
|
||||||
name: 'Pianello 1',
|
|
||||||
image: '/images/test-1.jpg',
|
|
||||||
duration: 1233
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue