12 lines
No EOL
374 B
TypeScript
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; |