Auto commit for build : 157

commit by: ayoub <hassani.ayoub@gmail.com>

 with message : try
This commit is contained in:
ayoub 2025-05-08 16:41:34 +02:00
parent 37a5f7c4e3
commit 1d994f92e0
2 changed files with 4 additions and 3 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long