@age/quantum
Version:
Catho react components
18 lines (13 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var Title = _styledComponents.default.h1.withConfig({
displayName: "Title",
componentId: "sc-1kkn7mu-0"
})([""]);
var _default = Title;
exports.default = _default;