Skip to content

Commit

Permalink
Fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jan 18, 2024
1 parent db5b7b2 commit 8be56fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HotKeysHandler/HotKeysHandler.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useHotkeys } from '@mantine/hooks';
import { useMantineColorScheme, useComputedColorScheme, useDirection } from "@mantine/core";
import { useMantineColorScheme, useComputedColorScheme } from "@mantine/core";

export function HotKeysHandler() {
const { setColorScheme } = useMantineColorScheme();
Expand Down

0 comments on commit 8be56fd

Please sign in to comment.