Explorar o código

:art: formatting

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
f06c3082d6
Modificáronse 1 ficheiros con 10 adicións e 10 borrados
  1. 10 10
      dashboard/src/pages/library/palicanon/index.tsx

+ 10 - 10
dashboard/src/pages/library/palicanon/index.tsx

@@ -5,16 +5,16 @@ import FooterBar from "../../../components/library/FooterBar";
 import { Outlet } from "react-router-dom";
 
 const Widget = () => {
-	// TODO
-	return (
-		<>
-			<Layout>
-				<HeadBar selectedKeys="palicanon" />
-				<Outlet />
-				<FooterBar />
-			</Layout>
-		</>
-	);
+  // TODO
+  return (
+    <>
+      <Layout>
+        <HeadBar selectedKeys="palicanon" />
+        <Outlet />
+        <FooterBar />
+      </Layout>
+    </>
+  );
 };
 
 export default Widget;