Skip to content

Commit

Permalink
move About and Technologies components to the about folder
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 9, 2024
1 parent f60b9a6 commit f82bcde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Technologies from '@/components/sections/about/technologies'
import { buttonVariants } from '@/components/ui/button'
import Content from '@/components/ui/content'
import Heading from '@/components/ui/heading'
import Technologies from '@/components/ui/technologies/technologies'
import { cn } from '@/utils'
import Link from 'next/link'
import { FC, HTMLAttributes } from 'react'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnologiesItem from '@/components/ui/technologies/technologies-item'
import TechnologiesItem from '@/components/sections/about/technologies-item'
import { cn } from '@/utils'
import { FC, HTMLAttributes } from 'react'
import { FaSass } from 'react-icons/fa'
Expand Down

0 comments on commit f82bcde

Please sign in to comment.