added voting

e
This commit is contained in:
Xodrium 2023-02-05 09:47:26 -05:00
parent d8670ecf81
commit e211b2cc50
13 changed files with 92 additions and 201 deletions

View file

@ -1,4 +1,4 @@
import { backend } from '../../lib/db.js';
import { backend } from '../../lib/db/db.js';
import { checkLength, checkRegex } from '../../lib/util.js';
/** @type {import('./$types').Actions} */

View file

@ -1,5 +1,5 @@
<script>
import Area from '$lib/Area.svelte';
import Area from '$lib/components/Area.svelte';
import { handleSubmit } from '$lib/util.js';