added voting
e
This commit is contained in:
parent
d8670ecf81
commit
e211b2cc50
13 changed files with 92 additions and 201 deletions
|
@ -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} */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import Area from '$lib/Area.svelte';
|
||||
import Area from '$lib/components/Area.svelte';
|
||||
|
||||
import { handleSubmit } from '$lib/util.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue