Rename to Procyon
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
This commit is contained in:
parent
096dfe11cb
commit
68ce70e5a0
20 changed files with 50 additions and 48 deletions
|
@ -1,12 +1,6 @@
|
|||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
|
||||
import Section from '@prokyon/components/Section';
|
||||
|
||||
export const WelcomePage = () => {
|
||||
return (
|
||||
<div className="welcome">
|
||||
Seedling app generator.
|
||||
</div>
|
||||
);
|
||||
return <div className="welcome">Seedling app generator.</div>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue