//dependencies
// Used when testing locally use this import instead of the node_modules reference
// @import "../../../core/src/sass/module";
// Used when publishing
@import "~@enterprise-ui/core/sass/module";
@import "~@enterprise-ui/notification/sass/module";
//this module
@import "./module";
