We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f502f9 commit 0bbd0f8Copy full SHA for 0bbd0f8
2 files changed
SampleApp/typescript/ts/App.tsx
@@ -14,7 +14,7 @@ import {
14
15
// ITERABLE:
16
// Make sure you have a file called Config.js and your apiKey is in there.
17
-import { iterableAPIKey } from './Config.Sample'
+import { iterableAPIKey } from './Config'
18
19
interface Props { }
20
export default class App extends React.Component {
SampleApp/typescript/ts/Config.Sample.ts
0 commit comments