Skip to content

Commit

Permalink
chore(types): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix committed Aug 28, 2024
1 parent c17a90a commit 71573cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
en: () => import("./messages/en.json"),
it: () => import("./messages/it.json")
}
} as Omit<Feature, "id">
} as Feature
1 change: 0 additions & 1 deletion packages/pinorama-studio/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { ImportMessages } from "@/i18n"
import type React from "react"

export type Feature = {
id: string
routePath: string
component: React.ComponentType
messages?: ImportMessages
Expand Down

0 comments on commit 71573cb

Please sign in to comment.