automatic service registration à la Svelte
This commit is contained in:
5
src/lib/services/prowlarr/+service.ts
Normal file
5
src/lib/services/prowlarr/+service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ServiceHandler } from '../service';
|
||||
|
||||
export const handle: ServiceHandler = () => {
|
||||
return { data: {}, componentPath: 'prowlarr/ProwlarrContent.svelte' };
|
||||
};
|
||||
Reference in New Issue
Block a user