Skip to content

Commit a7f6422

Browse files
committed
Removed unused component "grid" from chakra ui import
1 parent 7185c4b commit a7f6422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22

33
import api from "../services/api";
4-
import { Flex, Input, Grid, Image, Text, Button } from "@chakra-ui/react";
4+
import { Flex, Input, Image, Text, Button } from "@chakra-ui/react";
55
import { FaGithub } from "react-icons/fa";
66

77
export default function Home() {

0 commit comments

Comments
 (0)