Lint
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { NextPage } from 'next'
|
||||
import REPLInput from '../components/REPLInput'
|
||||
import type { NextPage } from "next";
|
||||
import REPLInput from "../components/REPLInput";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<REPLInput />
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
export default Home
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user