diff --git a/frontend/src/HomePage/BlankPage.jsx b/frontend/src/HomePage/BlankPage.jsx new file mode 100644 index 0000000000..9ef29d53ce --- /dev/null +++ b/frontend/src/HomePage/BlankPage.jsx @@ -0,0 +1,30 @@ +import React from 'react'; + +export const BlankPage = function BlankPage({ + createApp +}) { + return (
You haven't created any apps yet.
+ +You haven't created any apps yet.
- -