init component
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import './hero.sass';
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import "../../../../src/components/layout/hero/hero.sass";
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('hero', 'section');
|
||||
//# sourceMappingURL=BHero.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/BHero.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,MAAD,EAAS,SAAT,CAA3C","sourcesContent":["import './hero.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero', 'section');\n"],"sourceRoot":"","file":"BHero.js"}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('hero-body', 'div');
|
||||
//# sourceMappingURL=BHeroBody.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/BHeroBody.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,WAAD,EAAc,KAAd,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero-body', 'div');\n"],"sourceRoot":"","file":"BHeroBody.js"}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import BHero from './BHero';
|
||||
import BHeroBody from './BHeroBody';
|
||||
export { BHero, BHeroBody };
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import BHero from './BHero';
|
||||
import BHeroBody from './BHeroBody';
|
||||
export { BHero, BHeroBody };
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAP,MAAkB,SAAlB;AACA,OAAO,SAAP,MAAsB,aAAtB;AAEA,SAAS,KAAT,EAAgB,SAAhB","sourcesContent":["import BHero from './BHero';\nimport BHeroBody from './BHeroBody';\n\nexport { BHero, BHeroBody };\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user