Connected frontend shipments to backend
This commit is contained in:
10
frontend/src/pages/PlanningView.tsx
Normal file
10
frontend/src/pages/PlanningView.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
// Planning.tsx
|
||||
import React from 'react';
|
||||
import CustomCalendar from '../components/Calendar.tsx';
|
||||
|
||||
const PlanningView: React.FC = () => {
|
||||
return <CustomCalendar />;
|
||||
//return <div>Welcome to the Planning Page</div>;
|
||||
};
|
||||
|
||||
export default PlanningView;
|
Reference in New Issue
Block a user