Add basic Availibility screen
This commit is contained in:
9
src/components/Availability/IntervalSelector.js
Normal file
9
src/components/Availability/IntervalSelector.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function IntervalSelector() {
|
||||
return (
|
||||
<div>
|
||||
It's empty for now
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user