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

components.layouts.DashboardLayout.js Maven / Gradle / Ivy

There is a newer version: 7.27.7
Show newest version
import React from 'react';
import Place from 'n2o-framework/lib//components/layouts/Place';
import layoutPlaceResolver from 'n2o-framework/lib//components/layouts/LayoutPlaceResolver';

const DashboardLayout = ({className}) => {
  return (
    
); }; export default layoutPlaceResolver(DashboardLayout);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy