Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niclim committed Aug 6, 2024
1 parent ef67733 commit f3c4cc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projects/optic/web/src/app/OperationYml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ import {
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import ExpandLessIcon from '@mui/icons-material/ExpandLess';

type OperationYml = {
parameters?: any[];
requestBody?: any;
responses: Record<string, any>;
};

export function OperationYml({
value,
changelog,
Expand Down

0 comments on commit f3c4cc8

Please sign in to comment.