Forced merge: merge ai-dev into master
This commit is contained in:
commit
771df36570
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
15
frontend/src/pages/move_in_outs.tsx
Normal file
15
frontend/src/pages/move_in_outs.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
import Authenticated from '../layouts/Authenticated';
|
||||
|
||||
const MoveInOutsPage: React.FC = () => {
|
||||
return (
|
||||
<Authenticated>
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-semibold mb-4">Move In/Out Reports</h1>
|
||||
<p>This section is under construction and will display move in/out records once available.</p>
|
||||
</div>
|
||||
</Authenticated>
|
||||
);
|
||||
};
|
||||
|
||||
export default MoveInOutsPage;
|
||||
Loading…
x
Reference in New Issue
Block a user