Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lint error
Browse files Browse the repository at this point in the history
joel-jeremy committed Sep 27, 2024
1 parent 2ae4c6a commit 8cec4b2
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';

0 comments on commit 8cec4b2

Please sign in to comment.