@coko/client
Version:
Client side common code for coko apps
14 lines (13 loc) • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var _common = require("../common");
var _templateObject;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var Title = (0, _styledComponents["default"])(_common.H1)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n text-align: center;\n"])));
var _default = Title;
exports["default"] = _default;