navesidebar

This commit is contained in:
2022-12-06 22:51:16 +01:00
parent 9fb8a0aafb
commit 49158a2b24
18 changed files with 477 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import React from 'react';
function Reports() {
return (
<div className='reports'>
<h1>Reports</h1>
</div>
);
}
export default Reports;