diff --git a/frontend/src/components/ChildrenLoading.jsx b/frontend/src/components/ChildrenLoading.jsx new file mode 100644 index 0000000..c3d8777 --- /dev/null +++ b/frontend/src/components/ChildrenLoading.jsx @@ -0,0 +1,17 @@ +import "../index.css" + +/** + * Simple loading spinner for the directory list. + * @returns {JSX.Element} + * @constructor + */ +export default function ChildrenLoading() { + return ( +
+
+
+

Content loading...

+
+ ); +}; \ No newline at end of file