Skip to content

Commit

Permalink
feat: Sistent coming soon
Browse files Browse the repository at this point in the history
Signed-off-by: Lakshya Satpal <[email protected]>
  • Loading branch information
lakshz committed Feb 5, 2024
1 parent 71356de commit d22a86c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/projects/sistent/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from "react";
import SistentHome from "../../../sections/Projects/Sistent/";

const SistentIndexPage = () => {
return <SistentHome />;
};

export default SistentIndexPage;
7 changes: 7 additions & 0 deletions src/sections/Projects/Sistent/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

const SistentHome = () => {
return <div>Sistent Coming soon...</div>;
};

export default SistentHome;

0 comments on commit d22a86c

Please sign in to comment.