push
github
1383 of 2807 branches covered (49.27%)
2 of 554 new or added lines in 30 files covered. (0.36%)
1 existing line in 1 file now uncovered.14026 of 79251 relevant lines covered (17.7%)
1.76 hits per line
NEW
|
import { FormBody } from '@/features/app/blocks/view/form/components/FromBody'; |
|
NEW
|
import { EmbedFooter } from '../../EmbedFooter'; |
× |
NEW
|
|
× |
NEW
|
export const FormViewBase = () => { |
× |
NEW
|
return (
|
× |
NEW
|
<div className="flex grow flex-col border">
|
× |
NEW
|
<FormBody className="grow overflow-auto pb-8" />
|
× |
NEW
|
<EmbedFooter hideNewPage /> |
× |
NEW
|
</div> |
× |
NEW
|
); |
× |
NEW
|
}; |
× |