6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
|
|
import { ContactList } from '@/components/contacts/ContactList';
|
||
|
|
|
||
|
|
export default function KontaktePage() {
|
||
|
|
return <ContactList />;
|
||
|
|
}
|