Skip to content
Snippets Groups Projects
Commit 4067d756 authored by Tojo's avatar Tojo
Browse files

add logo in index

parent 88d50794
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,15 @@ export function Link(props: LinkProps): JSX.Element;
interface SearchProps {}
export function Search(props: SearchProps): JSX.Element;
interface Ilogo {
to?: string;
className?: string;
src?: string;
title: string;
image: any
}
export function Logo(props:Ilogo): JSX.Element;
interface Service {
title: string;
subtitle: string;
......
......@@ -12,3 +12,6 @@ export { default as Search } from "./src/components/core/Search";
// Feature components
export { default as Hero } from "./src/components/Hero";
// Logo components
export { default as Logo } from "./src/components/core/Logo";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment