Skip to content

Commit

Permalink
Update readme.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaray committed Dec 23, 2024
1 parent fe8472f commit 0166714
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions readme.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { readFile, saveFile } from "./utils.ts";
import process from "node:process";
import { ratings, readFile, saveFile } from "./utils.ts";
import { services } from "./data/services.ts";
import { uis } from "./data/uis.ts";
import { type UI, uis } from "./data/uis.ts";
import { type Checkpoint, checkpoints } from "./data/checkpoints.ts";
import t from "./data/templates.json" with { type: "json" };
import templatesData from "./data/templates.json" with { type: "json" };

// Check if templatesData contains at least one key
Expand Down

0 comments on commit 0166714

Please sign in to comment.