All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
// @ts-nocheck
|
|
import React from 'react';
|
|
|
|
export const WelcomePage = () => {
|
|
return <div className="welcome">Seedling app generator.</div>;
|
|
};
|