Skip to content

Commit

Permalink
Merge pull request #43 from RichardRNStudio/chore/40
Browse files Browse the repository at this point in the history
chore(#40): refactor types
  • Loading branch information
RichardRNStudio authored Sep 17, 2024
2 parents 16521cd + d186eb8 commit 6250e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import renderer from 'react-test-renderer';
import Button from '../components/Button';
import { Text } from 'react-native';
import { ButtonType } from '../types';
import { ButtonType } from '../types/Button.types';

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

0 comments on commit 6250e8a

Please sign in to comment.