Skip to content

Commit

Permalink
remove incorrect import
Browse files Browse the repository at this point in the history
Signed-off-by: adwait-godbole <adwaitngodbole@gmail.com>
  • Loading branch information
adwait-godbole committed Feb 3, 2025
1 parent 3a0ed7e commit e93392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Resource/DocsViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { TreeView } from '@mui/x-tree-view/TreeView';
// import * as buffer from 'buffer';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { getDocDefinitions } from '../../../lib/docs';
import getDocDefinitions from '../../../lib/docs';
import Empty from '../EmptyContent';
import Loader from '../Loader';

Expand Down

0 comments on commit e93392a

Please sign in to comment.