import { useState } from 'react'; import { Modal } from './Modal.tsx'; import {PartyPopper, Play, PlayCircle} from 'lucide-react'; import { isMobileScreen } from '../lib/is-mobile.ts'; type FeatureAnnouncementProps = {}; export function FeatureAnnouncement(props: FeatureAnnouncementProps) { return null; return ( <> Courses {' '} Our first paid course about SQL is now live! Our SQL course is now live! ); }