Auto commit for build : 157
commit by: ayoub <hassani.ayoub@gmail.com> with message : try
This commit is contained in:
parent
37a5f7c4e3
commit
1d994f92e0
|
@ -1,8 +1,9 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import NavbarItem from './NavbarItem';
|
import NavbarItem from './NavbarItem';
|
||||||
interface NavbarLogo {
|
interface NavbarLogo {
|
||||||
src: any;
|
src?: any;
|
||||||
slogan: string;
|
slogan?: string;
|
||||||
|
to?: string;
|
||||||
}
|
}
|
||||||
interface NavbarItem {
|
interface NavbarItem {
|
||||||
label: string;
|
label: string;
|
||||||
|
|
Loading…
Reference in New Issue