Skip to content

Commit

Permalink
Update Panel.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasintrm committed Nov 11, 2023
1 parent 9a60049 commit c5f09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panel/Panel.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import Panel from './index';
import PropTypes from "prop-types";

function Component(props) {
return (
Expand Down

0 comments on commit c5f09ca

Please sign in to comment.