Fixed Layout and switch functionality
This commit was merged in pull request #25.
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { Footer, Header } from "../components";
|
||||
|
||||
interface GetStartedLayoutProps {
|
||||
children: ReactNode;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
const GetStartedLayout: React.FC<GetStartedLayoutProps> = ({ children }) => {
|
||||
|
||||
Reference in New Issue
Block a user