Finalised Navbar

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-03-30 17:04:16 +02:00
parent 2bfcc6f4ad
commit 95657b147a
6 changed files with 776 additions and 345 deletions

View File

@ -0,0 +1,8 @@
import Router from 'next/router';
Router.router = {
push: async () => {},
replace: async () => {},
prefetch: () => {},
route: '/mock-route',
pathname: 'mock-path',};

View File

@ -1,4 +1,5 @@
import '../src/dzeio/general.styl'
import './mockNextRouter'
export const parameters = {
layout: 'centered'