forked from emre/www_projectmycelium_com
chore: remove saved HTML file from images directory
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useId } from 'react'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Container } from '../../components/Container'
|
||||
import { Eyebrow, H2, P, H5 } from '../../components/Texts'
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Eyebrow, H2, P, H5 } from '@/components/Texts'
|
||||
|
||||
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {
|
||||
const id = useId()
|
||||
|
||||
Reference in New Issue
Block a user