mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 23:15:35 +00:00
Update compoents
This commit is contained in:
@@ -105,8 +105,8 @@ import HerosWithSideImage from "./ui/Heros/WithSideImage";
|
|||||||
import HerosWithBGImage from "./ui/Heros/WithBGImage";
|
import HerosWithBGImage from "./ui/Heros/WithBGImage";
|
||||||
import HerosWithPattern from "./ui/Heros/WithPattern";
|
import HerosWithPattern from "./ui/Heros/WithPattern";
|
||||||
// Sidebars
|
// Sidebars
|
||||||
import SidebarsWithSearch from "./ui/Sidebars/WithSearch";
|
import SidebarWithSearch from "./ui/Sidebar/WithSearch";
|
||||||
import SidebarsWithAvatar from "./ui/Sidebars/WithAvatar";
|
import SidebarWithAvatar from "./ui/Sidebar/WithAvatar";
|
||||||
// Sections
|
// Sections
|
||||||
import SectionsAboutMe from "./ui/Sections/AboutMe";
|
import SectionsAboutMe from "./ui/Sections/AboutMe";
|
||||||
import SectionsFeature from "./ui/Sections/Feature";
|
import SectionsFeature from "./ui/Sections/Feature";
|
||||||
@@ -115,7 +115,7 @@ import SectionsParagraphWithImage from "./ui/Sections/ParagraphWithImage";
|
|||||||
// Pricing
|
// Pricing
|
||||||
import PricingSimple from "./ui//Pricing/Simple";
|
import PricingSimple from "./ui//Pricing/Simple";
|
||||||
// paginations
|
// paginations
|
||||||
import PaginationsSimple from "./ui/Paginations/Simple";
|
import PaginationSimple from "./ui/Pagination/Simple";
|
||||||
// Footers
|
// Footers
|
||||||
import FootersSimple from "./ui/Footers/Simple";
|
import FootersSimple from "./ui/Footers/Simple";
|
||||||
import FootersWithDetails from "./ui/Footers/WithDetails";
|
import FootersWithDetails from "./ui/Footers/WithDetails";
|
||||||
@@ -167,14 +167,14 @@ export default {
|
|||||||
HerosWithSideImage,
|
HerosWithSideImage,
|
||||||
HerosWithBGImage,
|
HerosWithBGImage,
|
||||||
HerosWithPattern,
|
HerosWithPattern,
|
||||||
SidebarsWithAvatar,
|
SidebarWithAvatar,
|
||||||
SidebarsWithSearch,
|
SidebarWithSearch,
|
||||||
SectionsAboutMe,
|
SectionsAboutMe,
|
||||||
SectionsFeature,
|
SectionsFeature,
|
||||||
SectionsOurTeam,
|
SectionsOurTeam,
|
||||||
SectionsParagraphWithImage,
|
SectionsParagraphWithImage,
|
||||||
PricingSimple,
|
PricingSimple,
|
||||||
PaginationsSimple,
|
PaginationSimple,
|
||||||
FootersSimple,
|
FootersSimple,
|
||||||
FootersWithDetails,
|
FootersWithDetails,
|
||||||
FootersWithLinks,
|
FootersWithLinks,
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export default [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sidebars",
|
name: "Sidebar",
|
||||||
components: [{ name: "WithSearch" }, { name: "WithAvatar" }],
|
components: [{ name: "WithSearch" }, { name: "WithAvatar" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -94,7 +94,7 @@ export default [
|
|||||||
components: [{ name: "Simple" }],
|
components: [{ name: "Simple" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Paginations",
|
name: "Pagination",
|
||||||
components: [{ name: "Simple" }],
|
components: [{ name: "Simple" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user