/home/smartbloks/.trash/extendify/src/Assist/pages/KnowledgeBase.js
import { SupportArticles } from '@assist/components/SupportArticles'
import { Full } from './layouts/Full'

export const KnowledgeBase = () => (
    <Full>
        <SupportArticles />
    </Full>
)