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 NavbarItem from './NavbarItem';
|
||||
interface NavbarLogo {
|
||||
src: any;
|
||||
slogan: string;
|
||||
src?: any;
|
||||
slogan?: string;
|
||||
to?: string;
|
||||
}
|
||||
interface NavbarItem {
|
||||
label: string;
|
||||
|
|
Loading…
Reference in New Issue