Initial open source commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import React from 'react';
|
||||
|
||||
const Schedules = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Schedules</h1>
|
||||
|
||||
<p>
|
||||
Built to suit any organization
|
||||
</p>
|
||||
|
||||
<p>
|
||||
WAT
|
||||
</p>
|
||||
|
||||
<p>
|
||||
</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Schedules;
|
||||
Reference in New Issue
Block a user