A lot of stuff

This commit is contained in:
tdgmdev 2023-03-09 19:12:15 -05:00
parent 98b2c285f4
commit a1c9b30cf6
9 changed files with 439 additions and 421 deletions

View file

@ -4,7 +4,6 @@
height: 100vh;
width: 100vw;
padding: 25px;
padding-top: 0px;
display: flex;

View file

@ -8,9 +8,9 @@
</script>
<Area handleSubmit=''>
<p slot="header">
<span slot="header">
Log in
</p>
</span>
<span slot='main'>
<h2>Login</h2>

View file

@ -8,9 +8,9 @@
</script>
<Area handleSubmit=''>
<p slot="header">
<span slot="header">
Register
</p>
</span>
<span slot='main'>
<h2>Register</h2>

View file

@ -1,4 +1,5 @@
import { backend, backendProxy } from '../../../lib/db/db.js';
import { backend } from '../../../lib/db/handlers.js';
import { backendProxy } from '../../../lib/db/db.js';
/** @type {import('./$types').RequestHandler} */