Move
This commit is contained in:
parent
a104f36561
commit
2504046e26
4 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ import { useRouter } from "next/router";
|
|||
import { HOTP, TOTP } from "otpauth";
|
||||
import { AppContext } from "pages/_app";
|
||||
import React, { useContext, useEffect, useState } from "react";
|
||||
import { getAuthCodes } from "services";
|
||||
import { Code } from "types/code";
|
||||
import { Code } from "services/code";
|
||||
import { getAuthCodes } from "services/remote";
|
||||
|
||||
const AuthenticatorCodesPage = () => {
|
||||
const appContext = useContext(AppContext);
|
||||
|
|
|
@ -6,7 +6,7 @@ import { getEndpoint } from "@ente/shared/network/api";
|
|||
import { getToken } from "@ente/shared/storage/localStorage/helpers";
|
||||
import { getActualKey } from "@ente/shared/user";
|
||||
import { HttpStatusCode } from "axios";
|
||||
import { Code } from "types/code";
|
||||
import { Code } from "services/code";
|
||||
|
||||
const ENDPOINT = getEndpoint();
|
||||
|
Loading…
Add table
Reference in a new issue