import {Link} from 'react-router-dom' import {KTIcon} from '../../../helpers' const HelpDrawer = () => { return (
{/* begin::Card */}
{/* begin::Header */}
Learn & Get Inspired
{/* end::Header */} {/* begin::Body */}
{/* begin::Content */}
{/* begin::Support */}
{/* begin::Heading */}

Support at{' '} devs.keenthemes.com

{/* end::Heading */} {/* begin::Description */}
Join our developers community to find answer to your question and help others. FAQs
{/* end::Description */} {/* begin::Link */} Get Support {/* end::Link */}
{/* end::Support */} {/* begin::Link */}
{/* begin::Icon */}
{/* end::Icon */} {/* begin::Info */}
{/* begin::Wrapper */}
{/* begin::Title */} Documentation & Videos {/* end::Title */} {/* begin::Description */}
From guides and video tutorials, to live demos and code examples to get started.
{/* end::Description */}
{/* end::Wrapper */}
{/* end::Info */}
{/* end::Link */} {/* begin::Link */}
{/* begin::Icon */}
{/* end::Icon */} {/* begin::Info */}
{/* begin::Wrapper */}
{/* begin::Title */} Plugins & Components {/* end::Title */} {/* begin::Description */}
Check out our 300+ in-house components and customized 3rd-party plugins.
{/* end::Description */}
{/* end::Wrapper */}
{/* end::Info */}
{/* end::Link */} {/* begin::Link */}
{/* begin::Icon */}
{/* end::Icon */} {/* begin::Info */}
{/* begin::Wrapper */}
{/* begin::Title */} Layout Builder {/* end::Title */} {/* begin::Description */}
Dynamically modify and preview layout
{/* end::Description */}
{/* end::Wrapper */}
{/* end::Info */}
{/* end::Link */} {/* begin::Link */}
{/* begin::Icon */}
{/* end::Icon */} {/* begin::Info */}
{/* begin::Wrapper */}
{/* begin::Title */} What's New {/* end::Title */} {/* begin::Description */}
Latest features and improvements added with our users feedback in mind.
{/* end::Description */}
{/* end::Wrapper */}
{/* end::Info */}
{/* end::Link */}
{/* end::Content */}
{/* end::Body */}
{/* end::Card */}
) } export {HelpDrawer}