tcmd: Accordion and popover md elements
This commit is contained in:
5
actions/temp.ts
Normal file
5
actions/temp.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
"use server";
|
||||
|
||||
import { readFile } from "fs/promises";
|
||||
|
||||
export const readMD = async () => await readFile("./test.md", "utf-8");
|
Reference in New Issue
Block a user