Skip to content

Commit

Permalink
Remove unused 'pluralize' util
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Sep 22, 2024
1 parent 5df7764 commit 5321195
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/pages/[season]/[episode].astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Footer from "@components/sections/Footer.astro";
import NavigationBar from "@components/sections/NavigationBar.astro";
import NextAndPrevLinks from "@components/sections/NextAndPrevLinks.astro";
import Base from "@layouts/Base.astro";
import pluralize from "@utils/pluralize";
import toWithNextAndPrev, {
type WithNextAndPrev,
} from "@utils/toWithNextAndPrev";
Expand Down
1 change: 0 additions & 1 deletion src/pages/[season]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { getCollection, type CollectionEntry } from "astro:content";
import Base from "@layouts/Base.astro";
import Footer from "@components/sections/Footer.astro";
import NavigationBar from "@components/sections/NavigationBar.astro";
import pluralize from "@utils/pluralize";
import type { WithNextAndPrev } from "@utils/toWithNextAndPrev";
import NextAndPrevLinks from "@components/sections/NextAndPrevLinks.astro";
import toWithNextAndPrev from "@utils/toWithNextAndPrev";
Expand Down
3 changes: 0 additions & 3 deletions src/utils/pluralize.ts

This file was deleted.

0 comments on commit 5321195

Please sign in to comment.