updatibng Prose import path

This commit is contained in:
Samantha Kellow 2024-04-24 17:47:30 +01:00
parent 5e81519f98
commit e88a45b9d5

View File

@ -1,6 +1,6 @@
import type { Metadata } from 'next';
import Prose from 'components/prose';
import Prose from 'components/ui/prose';
import { getPage } from 'lib/shopify';
import { notFound } from 'next/navigation';