1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-21 18:16:33 +02:00

Fix upload button styling

This commit is contained in:
Bart Huijgen 2024-11-19 00:05:06 +01:00 committed by Bart
parent 9c484483fd
commit 0f325bb2fd

View File

@ -1,5 +1,5 @@
import React, { useState } from "react";
import { Box, Heading, Flex, Text, Button } from "@chakra-ui/react";
import { Box, Heading, Flex, Text } from "@chakra-ui/react";
import Link from "next/link";
import { useRouter } from "next/router";
import { useAuth } from "../providers/auth";