@dotdev/next-components
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -60,3 +60,3 @@ "use strict"; | ||
React.createElement(react_router_dom_1.Route, { exact: true, path: "/account/activate/:id/:token", render: function (props) { return (React.createElement(_this.props.templates.account.activate, __assign({}, props, _this.props))); } }), | ||
React.createElement(react_router_dom_1.Route, { exact: true, path: "/account/activate/invalid_token", render: function (props) { return (React.createElement(_this.props.templates.account.activate, __assign({}, props, _this.props))); } }), | ||
React.createElement(react_router_dom_1.Route, { exact: true, path: "/account/invalid_token", render: function (props) { return (React.createElement(_this.props.templates.account.activate, __assign({}, props, _this.props))); } }), | ||
React.createElement(react_router_dom_1.Route, { exact: true, path: "/account/logout", render: function (props) { return (React.createElement(_this.props.templates.account.logout, __assign({}, props, _this.props))); } }), | ||
@@ -63,0 +63,0 @@ React.createElement(react_router_dom_1.Route, { exact: true, path: "/giftcard/:number", render: function (props) { return (React.createElement(_this.props.templates.giftcard, __assign({}, props, _this.props))); } }), |
{ | ||
"name": "@dotdev/next-components", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "description": "Common components for Next projects", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69983