Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed Jan 29, 2024
1 parent ae1effb commit c9242e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/cms/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { CollectionSchemas, EntrySchemas } from "./schemas";
import { collectionSchemas, entrySchemas } from "./schemas";
import { httpErrorCodes } from "../errorPages/ErrorBox";
import type { StrapiPage } from "./models/StrapiPage";
import { stripTrailingSlashFromURL } from "~/util/strings";

export type GetStrapiEntryOpts = {
apiId: keyof StrapiFileContent;
Expand Down

0 comments on commit c9242e4

Please sign in to comment.