static
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import {setContext} from "svelte";
|
||||
import Navbar from "./Navbar.svelte";
|
||||
import HomeIndex from "./home/Index.svelte";
|
||||
import BuildReport from "./build/Report.svelte";
|
||||
|
||||
const components = {
|
||||
members: Members,
|
||||
@@ -13,6 +14,7 @@
|
||||
recordNotFound: RecordNotFound,
|
||||
contentIndex: ContentIndex,
|
||||
homeIndex: HomeIndex,
|
||||
buildReport: BuildReport,
|
||||
};
|
||||
|
||||
export let title;
|
||||
|
||||
Reference in New Issue
Block a user