mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
refactor: make operator block component
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import style from './OpBlock.module.scss';
|
||||
|
||||
type Props = {
|
||||
entry: string;
|
||||
}
|
||||
|
||||
export default function OpBlock({entry}: Props) {
|
||||
return (
|
||||
<div>OpBlock</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user