Skip to content

Commit

Permalink
refactor: template
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 13, 2024
1 parent 5633a32 commit e3c3a1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/cli-app/src/app/templates/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import { TemplatesContentDr } from "./content.dr"

export default async function Templates() {
const locale = extractLocale()
const dictionary = await getDictionary(
locale,
dictionaryRequirements(TemplatesContentDr)
)
const dictionary = await getDictionary(locale, dictionaryRequirements(TemplatesContentDr))
const ssrTemplates = await serverTrpc.templates.getTemplates({})

return (
Expand Down

0 comments on commit e3c3a1a

Please sign in to comment.