import { Box, Button, Text } from "@prismicio/editor-ui"; import useSliceMachineActions from "@/modules/useSliceMachineActions"; export const UnauthenticatedView = () => { const { openLoginModal } = useSliceMachineActions(); return ( It seems like you are logged out Log in to connect to your repository. If that doesn't work, it's possible that Slice Machine is having trouble accessing Prismic's servers.{" "} Contact our support team . ); };