code cleanup

This commit is contained in:
daniel31x13
2024-04-19 06:16:11 -04:00
parent 49fbbe966c
commit 9a92b4d229
5 changed files with 80 additions and 68 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.5.2";
const LINKWARDEN_VERSION = process.env.version;
const { collections } = useCollectionStore();