fix build error

This commit was merged in pull request #19.
This commit is contained in:
Ebube
2024-03-18 17:49:55 +01:00
parent dde4072593
commit e3cf881e09
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
import { top_header_data } from "../../utils/data";
import { Link } from "react-router-dom";
import styles from "./header.module.css";
import { RouteHandler } from "../../router/routes";
const TopHeader = () => {
return (
+1 -1
View File
@@ -1,6 +1,6 @@
import React from "react";
const Main = () => {
const Main: React.FC = () => {
return (
<div className="w-full my-3">
<div className="containerMode">