mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Removed redundant async functions
This commit is contained in:
@@ -4,7 +4,7 @@ interface SinglePageParams {
|
||||
data: object | any;
|
||||
}
|
||||
|
||||
export default async function SinglePage({ data }: SinglePageParams) {
|
||||
export default function SinglePage({ data }: SinglePageParams) {
|
||||
return (
|
||||
<>
|
||||
<DynamicContentManager content={data?.content} />;
|
||||
|
Reference in New Issue
Block a user