mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 22:44:52 +00:00
parse sql into gui yaaayy
This commit is contained in:
11
src/pages/landing_page.jsx
Normal file
11
src/pages/landing_page.jsx
Normal 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>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user