delete the unused file

This commit is contained in:
Yifei Hu 2024-07-12 12:49:56 +08:00
parent 07a66489d1
commit 8e918dd244

View file

@ -1,4 +1,4 @@
import fs from "node:fs/promises"; mport fs from "node:fs/promises";
import path from "node:path"; import path from "node:path";
export async function fetchNewsData(id: string) { export async function fetchNewsData(id: string) {