Bob AI: fix build error in src/pages/HomePage/sections/Beers.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-02 14:59:45 +00:00
parent 69582c45b1
commit 7a6adf8255

View File

@@ -1,5 +1,5 @@
import React from 'react';
import Button from '@/components/ui/Button';
import { Button } from '@/components/ui/Button';
import Card from '@/components/ui/Card';
import ScrollReveal from '@/components/ui/ScrollReveal';
import TextAnimation from '@/components/ui/TextAnimation';