Skip to content

Commit

Permalink
refactor: update import path for Theme type in StakingEarnings.styles…
Browse files Browse the repository at this point in the history
….tsx
  • Loading branch information
amitabh94 committed Oct 21, 2024
1 parent efb787c commit e408753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Theme } from '../../../../util/theme/models';
import { StyleSheet, TextStyle } from 'react-native';
import type { Theme } from '../../../../../util/theme/models';

const styleSheet = (params: { theme: Theme }) => {
const { theme } = params;
Expand Down

0 comments on commit e408753

Please sign in to comment.