Added pop-out Canopy Panels.
Also added un-pin button to pinned Canopy Panel
This commit is contained in:
parent
9a17dc5c86
commit
3c185b4e28
10 changed files with 213 additions and 48 deletions
|
|
@ -19,12 +19,14 @@ const { Router } = require('express');
|
|||
|
||||
|
||||
//local imports
|
||||
const placeholderController = require("../controllers/panel/placeholder");
|
||||
const placeholderController = require("../controllers/panel/placeholderController");
|
||||
const popoutContainerController = require("../controllers/panel/popoutContainerController");
|
||||
|
||||
//globals
|
||||
const router = Router();
|
||||
|
||||
//routing functions
|
||||
router.get('/placeholder', placeholderController.get);
|
||||
router.get('/popoutContainer', popoutContainerController.get);
|
||||
|
||||
module.exports = router;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue