Skip to content

Commit

Permalink
fix web import
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Nov 7, 2023
1 parent 2dcb8bb commit 3bd3962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import SkeletonViewContentLoader from 'react-content-loader/native';
import {View} from 'react-native';
import {Circle, Rect} from 'react-native-svg';
import {ValueOf} from 'type-fest';
import SkeletonViewContentLoader from '@components/SkeletonViewContentLoader';
import styles from '@styles/styles';
import * as StyleUtils from '@styles/StyleUtils';
import themeColors from '@styles/themes/default';
Expand Down

0 comments on commit 3bd3962

Please sign in to comment.