Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Sep 13, 2024
1 parent 1ef2fc6 commit 082292e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import type { Json } from '@metamask/utils';
import { assert } from '@metamask/utils';
import { castDraft } from 'immer';
import { nanoid } from 'nanoid';
import type { GetSnap } from 'src/snaps';

import type { GetSnap } from '../snaps';
import {
constructState,
getJsxInterface,
Expand Down

0 comments on commit 082292e

Please sign in to comment.