From 899627653b910a08498859009d9646ba7ec76d03 Mon Sep 17 00:00:00 2001 From: tacheraSasi Date: Sat, 30 Nov 2024 14:46:56 +0300 Subject: [PATCH] build successful --- website/components/AnimatedBackground.tsx | 2 +- website/components/code-example.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/components/AnimatedBackground.tsx b/website/components/AnimatedBackground.tsx index e08e60a..3d590a1 100644 --- a/website/components/AnimatedBackground.tsx +++ b/website/components/AnimatedBackground.tsx @@ -1,4 +1,4 @@ -import { motion, useAnimation, useInView } from 'motion/react' +import { motion } from 'motion/react' export const AnimatedBackground = () => { return ( diff --git a/website/components/code-example.tsx b/website/components/code-example.tsx index feeb03c..96f2361 100644 --- a/website/components/code-example.tsx +++ b/website/components/code-example.tsx @@ -5,7 +5,7 @@ import { motion } from 'motion/react' import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs' import { codeExamples } from '@/lib/codeExample' import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter' -import { dracula ,dark ,oneDark } from 'react-syntax-highlighter/dist/esm/styles/prism' +import { oneDark } from 'react-syntax-highlighter/dist/esm/styles/prism' export default function CodeExample() {