import type React from "react"; import { Box } from "theme-ui"; export const MissingLibraries: React.FC = () => (

We could not find any local library in your project.
Please update your `slicemachine.config.json` file with a path to slices, eg:

{`{ "libraries": ["@/slices"] }`}
and create the slices folder at the root of your project.

);