update patyhs

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-23 21:22:09 +02:00
parent c70202e5d1
commit 0458ad4948
7 changed files with 9 additions and 13 deletions

View file

@ -1,5 +1,5 @@
import { assert } from "$std/assert/assert.ts";
import { User } from "../storage/store.ts";
import { User } from "../lib/store.ts";
import { generate } from "https://deno.land/std@0.224.0/uuid/v1.ts";
class Authentificator {