Skip to content

Commit

Permalink
corrected the import in line 31 of src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinyadavrao authored Oct 18, 2024
1 parent e828b78 commit d27fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { store } from './state/store';
import {
BACKEND_URL,
REACT_APP_BACKEND_WEBSOCKET_URL,
} from 'Constant/constant';
} from './Constant/constant';
import { refreshToken } from 'utils/getRefreshToken';
import { ThemeProvider, createTheme } from '@mui/material';
import { ApolloLink } from '@apollo/client/core';
Expand Down

0 comments on commit d27fd3e

Please sign in to comment.