Skip to content

Commit

Permalink
This too
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 25, 2024
1 parent d652b11 commit 07bfe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/process-svgs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "node:fs";
import path from "node:path";
import { optimize } from "svgo";
import { genders } from "../genders.js";
import { genders } from "./genders.js";

const warning =
"// THIS IS A GENERATED FILE, DO NOT EDIT BY HAND!\n// See tools/process-svgs.js";
Expand Down

0 comments on commit 07bfe8a

Please sign in to comment.