From e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 7 Mar 2024 20:45:47 -0700 Subject: level one (applications prototype finished!) --- src/components/Title.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/components/Title.tsx (limited to 'src/components/Title.tsx') diff --git a/src/components/Title.tsx b/src/components/Title.tsx new file mode 100644 index 0000000..99c7584 --- /dev/null +++ b/src/components/Title.tsx @@ -0,0 +1,17 @@ +export interface TitleProps { + setReady: (ready: boolean) => void; +} + +export const Title = ({ setReady }: TitleProps) => { + return ( +
+

the abstraction engine

+

a game based on the lambda calculus

+ +
+
+
+ +
+ ); +}; -- cgit v1.2.3-70-g09d2