update info
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Soph :3 2024-08-27 02:29:09 +03:00
parent a30c51adef
commit e80c381438
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
5 changed files with 22 additions and 16 deletions

View file

@ -2,7 +2,6 @@ import { h, Component, Fragment, render } from 'preact';
import { useEffect, useState } from 'preact/hooks';
import { Giscus } from './giscus';
import { BlogPost } from './blog_post';
import { sort } from 'mathjs';
export interface Metadata {
title: string;