mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
WIP Frontend development.
This commit is contained in:
9
client/src/components/Dashboard/DashboardPageContent.js
Normal file
9
client/src/components/Dashboard/DashboardPageContent.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function DashboardPageContent({ children }) {
|
||||
return (
|
||||
<div class="dashboard__page-content">
|
||||
{ children }
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user