create design to light page structure and content
This commit is contained in:
parent
8a2b90c8c0
commit
5a80cfaa81
9 changed files with 169 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import Reunions from "../views/Reunions.vue";
|
|||
import Inspirations from "../views/Inspirations.vue";
|
||||
import Kanban from "../views/Kanban.vue";
|
||||
import Brief from "../views/Brief.vue";
|
||||
import DesignToLight from "../views/DesignToLight.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -22,6 +23,10 @@ const routes = [
|
|||
path: "/inspirations",
|
||||
component: Inspirations,
|
||||
},
|
||||
{
|
||||
path: "/design-to-light",
|
||||
component: DesignToLight,
|
||||
},
|
||||
{
|
||||
path: "/projects/:id",
|
||||
component: Kanban,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue