interactives/src/pages/Miscellany.tsx
gpt-engineer-app[bot] 10a28f9b2b Change text to "Miscellany"
Update text content in the component.
2025-07-19 13:03:43 +00:00

12 lines
No EOL
374 B
TypeScript

import ComingSoon from "@/components/ComingSoon";
const Miscellany = () => {
return (
<ComingSoon
title="Miscellany"
description="Discover unique educational experiments, creative tools, and innovative interactive content that doesn't fit into traditional categories but sparks curiosity and enhances learning."
/>
);
};
export default Miscellany;