Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Cannot export Card from CardSwitcher #18

Open
ghost opened this issue Apr 12, 2018 · 0 comments
Open

Cannot export Card from CardSwitcher #18

ghost opened this issue Apr 12, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 12, 2018

Hey, I'm trying to use your package, but instead of installing it via npm install, i tried downloading the source code directly.

This is the error I get:

./src/components/react-swipe-card/index.js
Syntax error: Unexpected token, expected { (3:7)

  1 | import Cards from './Cards'
  2 | 
> 3 | export Card from './CardSwitcher'
    |        ^
  4 | 
  5 | export default Cards
  6 | 

If installed via npm install, it works ok, however, I want to modify some functionality and I can understand this source code better.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants