parse sql into gui yaaayy

This commit is contained in:
1ilit
2023-09-19 15:47:04 +03:00
parent 4cfc2edc81
commit 62ad20fb1d
5 changed files with 122 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
import React from "react";
import { Link } from "react-router-dom";
export default function LandingPage() {
return (
<div>
<Link to="/editor">editor</Link>
LandingPage
</div>
);
}