import fix in frontend (how did it work??)

This commit is contained in:
2023-07-29 13:22:51 +02:00
parent f16720f13e
commit 614ac4c802
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { Reducer } from "react";
import { IUserJSON } from "~/src/entity/User";
import { IUserJSON } from "~/src/shared/types";
import { AuthAction, AuthTypes } from "~src/redux/auth/actions";
import { UserAction, UserTypes } from "./actions";