We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefe41f commit 8825629Copy full SHA for 8825629
src/components/sidebar.tsx
@@ -6,7 +6,7 @@ import { Profiles } from "./sidebar/Profiles";
6
import Tab from "./sidebar/Tab";
7
import { AppState } from "../state/state";
8
import { getVersion } from "@tauri-apps/api/app";
9
-import styles from "./Sidebar.module.scss";
+import styles from "./SIdebar.module.scss"
10
11
export default function Sidebar(props: { app: AppState }) {
12
const [version] = createResource(getVersion);
0 commit comments