[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(generators): Update NAME.tsx.ejs to avoid require cycle (#1794 by @…
Browse files Browse the repository at this point in the history
…anhtuank7c)

[skip ci]
  • Loading branch information
anhtuank7c authored Oct 22, 2021
1 parent 46ffca4 commit 24d149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/ignite/templates/component/NAME.tsx.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from "react"
import { StyleProp, TextStyle, View, ViewStyle } from "react-native"
import { observer } from "mobx-react-lite"
import { color, typography } from "../../theme"
import { Text } from "../"
import { Text } from "../text/text"
import { flatten } from "ramda"

const CONTAINER: ViewStyle = {
Expand Down

0 comments on commit 24d149c

Please sign in to comment.