Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 18, 2024
1 parent 1fec7d1 commit e4ce29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import { Vite } from '@adonisjs/vite'

import { fileURLToPath, pathToFileURL } from 'node:url'
import { pathToFileURL } from 'node:url'
import type { PageObject, RenderInertiaSsrApp, ResolvedConfig } from './types.js'

/**
Expand Down

0 comments on commit e4ce29d

Please sign in to comment.