From 7919a854dff3f49e0e0f8746f1871300987549b3 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 11 Jan 2025 15:51:53 +0800 Subject: [PATCH] :bug: Bug fixes --- src/pages/console/matrix/products/[id]/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/console/matrix/products/[id]/index.tsx b/src/pages/console/matrix/products/[id]/index.tsx index 5ec355b..3a18b4c 100644 --- a/src/pages/console/matrix/products/[id]/index.tsx +++ b/src/pages/console/matrix/products/[id]/index.tsx @@ -4,7 +4,6 @@ import { GetServerSideProps, InferGetServerSidePropsType } from 'next' import { sni, MaProduct, MaRelease, getAttachmentUrl } from 'solar-js-sdk' import { useEffect, useState } from 'react' import NextLink from 'next/link' -import Image from 'next/image' export const getServerSideProps: GetServerSideProps = (async (context) => { const id = context.params!.id