This commit is contained in:
parent
a42ac77d33
commit
6fe4025a58
2 changed files with 9 additions and 6 deletions
|
@ -11,6 +11,8 @@ interface IBarProps {
|
|||
ToggleTimeline: () => void
|
||||
}
|
||||
|
||||
export const BAR_WIDTH = 64; // 4rem
|
||||
|
||||
export const Bar: React.FC<IBarProps> = (props) => {
|
||||
return (
|
||||
<div className='fixed z-20 flex flex-col top-0 left-0 h-screen w-16 bg-slate-100'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue