Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const ComingSoonTab = () => (
|
||||
<div className="tw-surface flex flex-grow flex-col items-center justify-center gap-2">
|
||||
<p className="italic text-blueGray">Coming soon...</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default ComingSoonTab;
|
||||
Reference in New Issue
Block a user