Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Aug 21, 2021
1 parent cf07059 commit 888e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Button.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import * as ReactDOM from 'react-dom';
import Button from '../src/Button';
import { Button } from '../src';

describe('Button', () => {
it('renders without crashing', () => {
Expand Down

0 comments on commit 888e88f

Please sign in to comment.