All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.core.templates.Template.tsx Maven / Gradle / Ivy

import React from 'react'

import { ConfigContainer } from '../../../plugins/Menu/MenuContainer'

import { Page } from './Page'
import { type TemplateProps, type ConfigContainerProps } from './types'

export function Template({ children }: TemplateProps) {
    return (
        
{children}} />
) } export default Template




© 2015 - 2025 Weber Informatics LLC | Privacy Policy