Skip to content

Commit 073128c

Browse files
committed
fix couple of lint problems
1 parent 5e82ff6 commit 073128c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

components/provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Toaster, Tooltip } from 'opub-ui';
1010

1111
import { RouterEvents } from '@/lib/navigation';
1212
import SessionGuard from './SessionGuard';
13-
import { TourGuide } from './Tour';
1413

1514
export default function Provider({ children }: { children: React.ReactNode }) {
1615
const [client] = React.useState(

hooks/use-key-press.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export function useKeyPress(targetKey: string, withMeta?: boolean): boolean {
2525
// If released key is our target key then set to false
2626
const upHandler = ({
2727
key,
28-
metaKey,
2928
}: {
3029
key: string;
3130
metaKey?: boolean;

0 commit comments

Comments
 (0)