Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 9, 2024
1 parent 115a2e5 commit 17c459f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { CSSProperties } from 'react';
import React, { type CSSProperties } from 'react';

import { Text } from '../common/Text';
import { View } from '../common/View';
Expand Down

0 comments on commit 17c459f

Please sign in to comment.