5 lines
185 B
TypeScript
5 lines
185 B
TypeScript
import { Github, PFFS } from "./components"
|
|
|
|
Github.readFile("KalmeMarq", "Bugrock-JSON-UI-Schemas", "main", "ui.schema.json").then(data => {
|
|
PFFS.writeFile("ui.schema.json", data)
|
|
})
|