Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Nov 25, 2024
1 parent 2623051 commit 09f6b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/components/GetOtp.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import { Button, FormControl, Modal } from 'react-bootstrap';
import { observer } from 'mobx-react-lite';
import { useConfigStore } from '/@/store/ConfigStore';
import { useConfigStore } from '../store/ConfigStore';
import { sendOTPResponse } from '#preload';

const GetOtp = () => {
Expand Down

0 comments on commit 09f6b09

Please sign in to comment.