code editor page

This commit is contained in:
Anton Kupriianov 2025-04-17 10:10:04 -07:00
parent ef85ff6d24
commit 29694fd201
7 changed files with 565 additions and 0 deletions

View file

@ -11,6 +11,9 @@ const Header = () => {
<li>
<Link to="/">Home</Link>
</li>
<li>
<Link to="/editor">CodeEditor</Link>
</li>
<li>
<Link to="/login">Login</Link>
</li>