Add basic Availibility screen

This commit is contained in:
2020-06-03 11:14:04 +02:00
parent 27e0889737
commit fe1dafae3c
4 changed files with 169 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react'
export default function IntervalSelector() {
return (
<div>
It's empty for now
</div>
)
}