import React from "react"; import Layout from "./layouts/Main"; export default function Index({ user }) { return (

Welcome back, {user.name?.split(" ")[0]}!

Thanks for testing out the Ωmega alpha.

Please keep in mind that this is an unfinished product. If you have any thoughts or encounter problems, I would encourage you to share it on the mailing list{" "} of this project.


Manage Clients Source Code Thoughts, questions, ideas? File a bug
); }