Skip to content

Commit

Permalink
prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 29, 2023
1 parent 718bdab commit 0dc55e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/status-page/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
const routes = {
"/": wrap({
component: Home,
enableL3: import.meta.env.VITE_ENABLE_L3,
props: {
enableL3: import.meta.env.VITE_ENABLE_L3,
},
}),
};
</script>
Expand Down

0 comments on commit 0dc55e2

Please sign in to comment.