keypad and settings pages

This commit is contained in:
m5r
2021-08-01 01:22:48 +08:00
parent 079241ddb0
commit cd83f0c78e
23 changed files with 1081 additions and 15 deletions

View File

@ -1,6 +1,5 @@
import type { ReactNode } from "react";
import Link from "next/link";
import { useRouter } from "next/router";
import { Link, useRouter } from "blitz";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
faPhoneAlt as fasPhone,

View File

@ -1,8 +1,7 @@
import type { ErrorInfo, FunctionComponent } from "react";
import { Component } from "react";
import Head from "next/head";
import { Head, withRouter } from "blitz";
import type { WithRouterProps } from "next/dist/client/with-router";
import { withRouter } from "next/router";
import appLogger from "../../../../integrations/logger";