Skip to content

Not able to import the moduleΒ #5

@mithunputhusseri

Description

@mithunputhusseri

I am not able to import the module, it is failing the following error

Attempted import error: 'gaze-detection' does not contain a default export (imported as 'gaze').
ERROR in ./src/App.js 17:16-32
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)

ERROR in ./src/App.js 22:6-13
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)

ERROR in ./src/App.js 30:17-26
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)

webpack compiled with 3 errors

this is the code i tried:

import gaze from "gaze-detection";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions