Skip to content

Commit

Permalink
DOP-3406: remove Operation component (#747)
Browse files Browse the repository at this point in the history
remove Operation component and all references of it
  • Loading branch information
mmeigs authored Dec 16, 2022
1 parent 4c36db2 commit cb36360
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6,904 deletions.
2 changes: 0 additions & 2 deletions src/components/ComponentFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import LiteralInclude from './LiteralInclude';
import Meta from './Meta';
import MongoWebShell from './MongoWebShell';
import OpenAPI from './OpenAPI';
import Operation from './Operation';
import Paragraph from './Paragraph';
import Procedure from './Procedure';
import QuizChoice from './Widgets/QuizWidget/QuizChoice';
Expand Down Expand Up @@ -173,7 +172,6 @@ const componentMap = {
'mongo-web-shell': MongoWebShell,
only: Cond,
openapi: OpenAPI,
operation: Operation,
paragraph: Paragraph,
procedure: Procedure,
quiz: QuizWidget,
Expand Down
200 changes: 0 additions & 200 deletions src/components/Operation.js

This file was deleted.

93 changes: 0 additions & 93 deletions tests/unit/Operation.test.js

This file was deleted.

Loading

0 comments on commit cb36360

Please sign in to comment.