semantic markup update
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { api } from '../lib/api';
|
||||
|
||||
// [DEF:load:Function]
|
||||
/* @PURPOSE: Loads initial plugin data for the dashboard.
|
||||
@PRE: None.
|
||||
@POST: Returns an object with plugins or an error message.
|
||||
*/
|
||||
/** @type {import('./$types').PageLoad} */
|
||||
export async function load() {
|
||||
try {
|
||||
@@ -15,3 +20,4 @@ export async function load() {
|
||||
};
|
||||
}
|
||||
}
|
||||
// [/DEF:load:Function]
|
||||
|
||||
Reference in New Issue
Block a user