chore: remove saved HTML file from images directory

This commit is contained in:
2025-11-06 20:48:43 +01:00
parent 9730129506
commit c14c0e92d4
75 changed files with 121 additions and 8156 deletions

View File

@@ -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()