+
+
+ Pin
+
+
+ {pinnedFolderPaths.map((path) => {
+ const folder = plugin.app.vault.getFolderByPath(path);
+ return folder ? renderFolder(folder) : null;
+ })}
+
+
+ );
+ };
+
return (
+ {renderPinnedFolders()}
{renderRootFolder()}
{renderFolders(topFolders)}
diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx
index c18842d..b58d99d 100644
--- a/src/components/Loading.tsx
+++ b/src/components/Loading.tsx
@@ -10,8 +10,8 @@ const Loading = ({ width = 30, height = 30 }: Props) => {
Loading...
-