Rename to Procyon
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
This commit is contained in:
Roman Jaroš 2023-11-16 11:43:48 +01:00
parent 096dfe11cb
commit 68ce70e5a0
20 changed files with 50 additions and 48 deletions

View file

@ -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>;
};