aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/betterFolders/FolderSideBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/betterFolders/FolderSideBar.tsx')
-rw-r--r--src/plugins/betterFolders/FolderSideBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/betterFolders/FolderSideBar.tsx b/src/plugins/betterFolders/FolderSideBar.tsx
index 3e44a58..7159f7e 100644
--- a/src/plugins/betterFolders/FolderSideBar.tsx
+++ b/src/plugins/betterFolders/FolderSideBar.tsx
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import { Settings } from "@api/settings";
+import { Settings } from "@api/Settings";
import { classNameFactory } from "@api/Styles";
import ErrorBoundary from "@components/ErrorBoundary";
import { findByPropsLazy, findStoreLazy } from "@webpack";