Changed some links to NextJS & Fixed messages page

This commit is contained in:
klotske
2023-01-07 16:32:24 +03:00
parent 99dcfd06ed
commit a493fc2fe9
3 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { Box, Button, Link, Text, Tooltip, useColorMode } from "@chakra-ui/react";
import { Box, Button, Text, Tooltip, useColorMode } from "@chakra-ui/react";
import Link from "next/link";
import { useRouter } from "next/router";
import { FiSun } from "react-icons/fi";
import { IconType } from "react-icons/lib";