Skip to content

Commit

Permalink
feature/testing project build
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 17, 2024
1 parent af079fa commit 01b1926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function CreateProjectPage({
const { organizationId } = organizationParamSchema.parse(params);

return (
<div className="w-full">
<div className="w-full mt-1">
<CreateProjectForm organizationId={organizationId} />
</div>
);
Expand Down

0 comments on commit 01b1926

Please sign in to comment.