Skip to content

Commit

Permalink
chore(types): Remove problematic type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Aug 18, 2023
1 parent aec4b72 commit bbe01cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { jsx } from '@emotion/react';
import { FocusStyleManager, HotkeysProvider } from '@blueprintjs/core';
import { DatasetContext } from '@riboseinc/paneron-extension-kit/context';
import React from 'react';
import { useContext, useMemo, useState } from 'react';
import RepositoryView from '@/smart/ui/app/RepoView';
import type { RepoIndex } from '@/smart/model/repo';
Expand Down
1 change: 0 additions & 1 deletion src/smart/MGDComponents/MGDButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
mgdButtonSize,
mgd_button_type,
} from '@/css/MGDButton';
import React from 'react';

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
1 change: 0 additions & 1 deletion src/smart/ui/control/ChangeLogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import { jsx } from '@emotion/react';

import { Button, Dialog, TextArea } from '@blueprintjs/core';
import React from 'react';
import { dialog_layout, dialog_layout__full } from '@/css/layout';
import type { ChangeLog, ChangeLogEvent } from '@/smart/model/changelog';
import type { ModelAction } from '@/smart/model/editor/model';
Expand Down

0 comments on commit bbe01cc

Please sign in to comment.