Skip to content

Commit 8825629

Browse files
fix file name
Signed-off-by: Nikita Skrynnik <[email protected]>
1 parent aefe41f commit 8825629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Profiles } from "./sidebar/Profiles";
66
import Tab from "./sidebar/Tab";
77
import { AppState } from "../state/state";
88
import { getVersion } from "@tauri-apps/api/app";
9-
import styles from "./Sidebar.module.scss";
9+
import styles from "./SIdebar.module.scss"
1010

1111
export default function Sidebar(props: { app: AppState }) {
1212
const [version] = createResource(getVersion);

0 commit comments

Comments
 (0)