mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
New design, new icons and license added
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
import React from "react";
|
||||
import {
|
||||
Box,
|
||||
Flex,
|
||||
SimpleGrid,
|
||||
Button,
|
||||
Container,
|
||||
Center,
|
||||
Text,
|
||||
Icon,
|
||||
} from "@chakra-ui/react";
|
||||
import {
|
||||
IoAlertOutline,
|
||||
IoArrowBackOutline,
|
||||
IoHome,
|
||||
IoShapesOutline,
|
||||
} from "react-icons/io5";
|
||||
import { Box, Flex, Button, Container, Text, Icon } from "@chakra-ui/react";
|
||||
import { IoHome, IoShapesOutline } from "react-icons/io5";
|
||||
import Link from "next/link";
|
||||
import Show from "animations/show";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user