Removed unneeded button component.

This commit is contained in:
Lucid Kobold
2022-12-14 16:08:43 -05:00
parent 3534001c46
commit 499b03bb8a
2 changed files with 0 additions and 28 deletions

View File

@@ -3,7 +3,6 @@ import { Box, HStack, VStack } from "@chakra-ui/react";
import CustomButton from "./Custom";
import links, { LinkObj } from "./data/links";
import KoFi from "./KoFi";
import Updates from "./Updates";
const Buttons = (): JSX.Element => {
return (