Skip to content

Commit 6f502f9

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SampleApp/typescript/ts/App.tsx

+1-1
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 {
+1
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)