Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created November 13, 2021 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/5865c9c2daaf11f8fc39d141160870f4 to your computer and use it in GitHub Desktop.
Save techomoro/5865c9c2daaf11f8fc39d141160870f4 to your computer and use it in GitHub Desktop.
import React from "react";
import InputComponent from "../components/InputComponent";
import LengthComponent from "../components/LengthComponent";
export default function Main() {
return (
<div className="main">
<InputComponent />
<LengthComponent />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment