Skip to content

Commit

Permalink
adjust code for new route
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 21, 2025
1 parent 29e92bb commit 4cde560
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployables/app/app/routes/new-route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { editRoute } from '@/utils'
import { createBlankRoute } from '@zodiac/modules'
import type { Route } from './+types/new-route'

export const loader = ({ request }: Route.LoaderArgs) =>
editRoute(request.url, createBlankRoute())
export const loader = () => editRoute(createBlankRoute())

0 comments on commit 4cde560

Please sign in to comment.