Skip to content

Commit

Permalink
remove prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
domschab23 committed May 23, 2024
1 parent 0c43ff6 commit 4cac2ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Drawer/Drawer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState } from 'react';
import propTypes from 'prop-types';

import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
Expand Down

0 comments on commit 4cac2ec

Please sign in to comment.