Loading frontend/src/pages/trainee/[exerciseId]/[teamId]/[channelId]/tool/_layout.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const Layout = () => { return ( <div style={{ height: '100%', display: 'flex' }}> <div style={{ flex: 1, position: 'relative', }}> <div style={{ flex: 1, position: 'relative' }}> <Outlet /> </div> Loading Loading
frontend/src/pages/trainee/[exerciseId]/[teamId]/[channelId]/tool/_layout.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const Layout = () => { return ( <div style={{ height: '100%', display: 'flex' }}> <div style={{ flex: 1, position: 'relative', }}> <div style={{ flex: 1, position: 'relative' }}> <Outlet /> </div> Loading