Skip to content

Commit

Permalink
fix: missing imports to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfopietro97 committed Jun 14, 2024
1 parent 234ba5d commit 467c951
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import { DAppKitProvider } from "@vechain/dapp-kit-react";
import {
Alert,
AlertDescription,
AlertIcon,
AlertTitle,
ChakraProvider,
Container,
Flex,
Link,
} from "@chakra-ui/react";
import {
Dropzone,
Expand All @@ -19,7 +14,7 @@ import {
} from "./components";
import { lightTheme } from "./theme";
import { GoogleReCaptchaProvider } from "react-google-recaptcha-v3";
import { Disclaimer } from "./components/Disclaimer/Disclaimer.tsx";
import { Disclaimer } from "./components/Disclaimer";

// RECaptcha V3 site key (https://developers.google.com/recaptcha/docs/v3)
const VITE_RECAPTCHA_V3_SITE_KEY = import.meta.env
Expand Down

0 comments on commit 467c951

Please sign in to comment.