Hello @chris_law9208,
In your work.tsx file you are importing createClient
from import { createClient } from "@prismicio/client";
You should import it from import { createClient } from "./prismicio";
Let me know if this works.
Thanks,
Racheal.