Fucked up paths

This commit is contained in:
2023-05-23 22:12:01 -04:00
parent 6951cd3218
commit d3210b73c9
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import { readOneByUsername } from '../dao/readOneByUsername';
import { Log, Token } from '..';
import { TokenType } from '../../constants/tokens';
import { Action } from '../../constants/action';
import { TokenType } from '../constants/tokens';
import { Action } from '../constants/action';
export const resetPasswordGet = async (username: string) => {
const doc = await readOneByUsername(username);