Skip to content

Commit

Permalink
🛠 Refactor: Ex - Fix Relative Import
Browse files Browse the repository at this point in the history
TODO:2023-03-04-04-39-44 - Import + Re–write Example Components
  • Loading branch information
dominicstop committed Mar 3, 2023
1 parent d4b94f6 commit cbac5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/components/Card/CardRowTextInput.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { StyleSheet, TextInput } from 'react-native';

import * as Colors from '../../../constants/Colors';
import * as Colors from '../../constants/Colors';


export class CardRowTextInput extends React.PureComponent<{
Expand Down
2 changes: 1 addition & 1 deletion example/src/components/ObjectPropertyDisplay.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { StyleSheet, View, Text, ViewStyle } from 'react-native';

import * as Colors from '../../constants/Colors';
import * as Colors from '../constants/Colors';

/**
* ```
Expand Down

0 comments on commit cbac5a7

Please sign in to comment.