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

@@ -2,8 +2,8 @@
import { useId, useState } from 'react'
import { Button } from '../../../components/Button'
import { Container } from '../../../components/Container'
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import ContactForm from '../../../components/ContactForm'
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {