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 7, 2024
1 parent 3fd4bc8 commit 3268772
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 3268772

Please sign in to comment.