Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Fix import statements. (Faithlife#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfisk authored and dustinsoftware committed Aug 29, 2018
1 parent 5230ca6 commit d4dcba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/text-input/inferred.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These components require the [Faithlife Bootstrap base stylesheet](/bootstrap/st

```
import { InferredTypeahead } from '@faithlife/styled-ui/dist/text-input.js';
import '@faithlife/dist/text-input.css';
import '@faithlife/styled-ui/dist/text-input.css';
```

```react
Expand Down
2 changes: 1 addition & 1 deletion catalog/text-input/typeahead.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Source: [`react-bootstrap-typeahead`](https://github.com/Faithlife/react-bootstr

```
import { Typeahead } from '@faithlife/styled-ui/dist/text-input.js';
import '@faithlife/dist/text-input.css';
import '@faithlife/styled-ui/dist/text-input.css';
```

```react
Expand Down

0 comments on commit d4dcba4

Please sign in to comment.