5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
import { Text } from "@/components/ui/text";
|
|
export default function CreateNotice() {
|
|
return <Text>Tworzenie ogłoszenia</Text>;
|
|
}
|