diff --git a/.replit b/.replit index 3afe8a4..7f0ce4a 100644 --- a/.replit +++ b/.replit @@ -24,12 +24,12 @@ localPort = 34033 externalPort = 3001 [[ports]] -localPort = 35637 -externalPort = 3000 +localPort = 35473 +externalPort = 3003 [[ports]] -localPort = 39735 -externalPort = 4200 +localPort = 35637 +externalPort = 3000 [env] PORT = "5000" diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 191b508..922f854 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -10,6 +10,7 @@ import { Input } from '@/components/ui/input'; import { Search } from 'lucide-react'; import AdSenseAd from '@/components/adsense-ad'; import HeaderAd from '@/components/HeaderAd'; +import InlineAd from '@/components/InlineAd'; export default function FolxStadlPage() { const [selectedVideo, setSelectedVideo] = useState