import { View, Text } from 'react-native'; import NoticeCard from '@/components/NoticeCard'; export default function Catalog() { return ( ); }