6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
|
|
import { AlertsPageShell } from '@/components/alerts/alerts-page-shell';
|
||
|
|
|
||
|
|
export default function AlertsPage() {
|
||
|
|
return <AlertsPageShell />;
|
||
|
|
}
|