fix: make create action bar full width
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { OperationForm } from "../../features/operation-form/operation-form";
|
||||
|
||||
export function OperationCreatePage() {
|
||||
return (
|
||||
<div className="page-stack">
|
||||
<OperationForm />
|
||||
</div>
|
||||
);
|
||||
return <OperationForm />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user