hooked up all items on the list settings section
This commit is contained in:
parent
53df349d9f
commit
91173021b2
32 changed files with 578 additions and 178 deletions
|
|
@ -6,9 +6,8 @@ const welcomeMessage = computed(() => `Welcome, ${user}!`)
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<PageTitle :title="welcomeMessage"/>
|
||||
|
||||
<div class="content">
|
||||
<PageTitle :title="welcomeMessage"/>
|
||||
<div>
|
||||
<h2>Next up</h2>
|
||||
<span>Nothing Scheduled :(</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue