1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-17 21:44:05 +00:00

Corrected some imports

This commit is contained in:
2023-08-07 18:28:21 +02:00
parent 4370672d60
commit 9be36fda7f
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<script>
import input from '$lib/actions/input.js';
import { canBeObjectId, numericInputTypes } from '$lib/mongo.js';
import { canBeObjectId, numericInputTypes } from '$lib/mongo/index.js';
import { ObjectId } from 'bson';
import { onMount } from 'svelte';
import Datepicker from './datepicker.svelte';