🐛 Bug fixes
This commit is contained in:
parent
45c871cb06
commit
7919a854df
@ -4,7 +4,6 @@ import { GetServerSideProps, InferGetServerSidePropsType } from 'next'
|
|||||||
import { sni, MaProduct, MaRelease, getAttachmentUrl } from 'solar-js-sdk'
|
import { sni, MaProduct, MaRelease, getAttachmentUrl } from 'solar-js-sdk'
|
||||||
import { useEffect, useState } from 'react'
|
import { useEffect, useState } from 'react'
|
||||||
import NextLink from 'next/link'
|
import NextLink from 'next/link'
|
||||||
import Image from 'next/image'
|
|
||||||
|
|
||||||
export const getServerSideProps: GetServerSideProps = (async (context) => {
|
export const getServerSideProps: GetServerSideProps = (async (context) => {
|
||||||
const id = context.params!.id
|
const id = context.params!.id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user