Skip to content

Commit 6f502f9

Browse files
author
Evan Greer
committed
minor updates
1 parent 2d51aa6 commit 6f502f9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

SampleApp/typescript/ts/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414

1515
// ITERABLE:
1616
// Make sure you have a file called Config.js and your apiKey is in there.
17-
import { iterableAPIKey } from './Config'
17+
import { iterableAPIKey } from './Config.Sample'
1818

1919
interface Props { }
2020
export default class App extends React.Component {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const iterableAPIKey = "INSERT_YOUR_API_KEY_HERE"

0 commit comments

Comments
 (0)