matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 4714dba4891626a8e4843af5422c590f840a3259
parent 514e0f5d60ef40f64a855dc6e76b9bcea9f7bed0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 31 Dec 2021 16:07:58 +0100

Cleanuo

Diffstat:
Mpages/post/[id].tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/post/[id].tsx b/pages/post/[id].tsx @@ -1,4 +1,4 @@ -import { GetServerSideProps, GetServerSidePropsContext, InferGetServerSidePropsType } from "next"; +import { GetServerSideProps, InferGetServerSidePropsType } from "next"; import Head from "next/head"; import { NextRouter, withRouter } from "next/router"; import { Component } from "react";