Skip to content

Commit

Permalink
build successful
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Nov 30, 2024
1 parent 3a17edc commit 8996276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/components/AnimatedBackground.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { motion, useAnimation, useInView } from 'motion/react'
import { motion } from 'motion/react'

export const AnimatedBackground = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion website/components/code-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8996276

Please sign in to comment.