Skip to content

Commit

Permalink
chore(@aws-amplify/ui-components): Move amplify usage out of componen…
Browse files Browse the repository at this point in the history
…t library (#4702)

* Fix stencil config

* Remove amplify directory and usage of Amplify in examples

* Rerun build/update readmes
  • Loading branch information
jordanranz authored Jan 10, 2020
1 parent 5f1c8b1 commit 1aa4034
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 580 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ import { AuthenticatorExample } from './authenticator-example';
import TOTPAuthenticatorExample from './auth-totp-example';
import example4 from './example4';
import sceneExample from './scene-example';
import Auth from '@aws-amplify/auth';
import XR from '@aws-amplify/xr';
import awsexports from './src/aws-exports';

Auth.configure(awsexports);
XR.configure(awsexports);

const examples = [AuthenticatorExample, TOTPAuthenticatorExample, example4, sceneExample];

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1aa4034

Please sign in to comment.