Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ElyasMehraein committed Apr 30, 2024
1 parent 1c68d4e commit 0beb6b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/all/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// import connectToDB from "@/configs/db";
// import BusinessModel from "@/models/Business";
// import AllBusinesses from "@/components/templates/allBusinesses/AllBusinesses";
import CreateBusiness from "@/components/templates/createBusiness/CreateBusiness";

export default async function page() {
// try {
Expand All @@ -10,7 +11,9 @@ export default async function page() {

return (
// <AllBusinesses businesses={businesses} />
<h1 className="inMiddle">تست</h1>
// <h1 className="inMiddle">تست</h1>
<CreateBusiness />

);
// } catch (err) {

Expand Down

0 comments on commit 0beb6b5

Please sign in to comment.