fix errors with import footer

This commit is contained in:
Maximus 2022-08-19 22:56:31 +03:00
parent c7af2deb9c
commit adf23f3b8f

View File

@ -1,5 +1,5 @@
import React from "react";
// import { Footer } from "./parts/Footer";
import { Footer } from "./parts/Footer";
import Header from "./parts/Header";
type Props = {
header?: React.ReactElement;