metamigo-frontend: start frontend cleanup

This commit is contained in:
Abel Luck 2023-03-13 16:46:59 +00:00
parent f4a3031c5e
commit 4f2b7934e2
6 changed files with 263 additions and 11 deletions

View file

@ -5,7 +5,7 @@ import type { AppOptions } from "next-auth";
import * as Wreck from "@hapi/wreck";
import * as Boom from "@hapi/boom";
import type { IAppConfig } from "config";
import type { IAppConfig } from "@digiresilience/metamigo-config";
export interface Profile {
name: string;