Skip to content

Commit

Permalink
Merge pull request #91 from Satvik-Shukla-ZS/go-cli-import
Browse files Browse the repository at this point in the history
[ADD] : Go cli import
  • Loading branch information
naveen-bandela-au2 authored Aug 26, 2024
2 parents 72652fd + 6e1aa2c commit 22a811f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/app/cli/gofr/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';

const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
Documentation
</span>
<span className={`text-sky-400`}>Coming Soon</span>
</div>
</div>
);
};

export default Page;

0 comments on commit 22a811f

Please sign in to comment.