start
This commit is contained in:
12
src/components/students-count/index.js
Normal file
12
src/components/students-count/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import MainLayout from '../layouts/main';
|
||||
import StudentsCountContainer from './container';
|
||||
|
||||
function StudentsCountPage() {
|
||||
return (
|
||||
<MainLayout>
|
||||
<StudentsCountContainer />
|
||||
</MainLayout>
|
||||
);
|
||||
}
|
||||
|
||||
export default StudentsCountPage;
|
||||
Reference in New Issue
Block a user