Skip to content

Commit

Permalink
Remove unused @ts-expect-error directives
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Feb 1, 2023
1 parent 3a2a082 commit 8f7e091
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playgrounds/vue3/resources/js/ssr.ts
@@ -1,10 +1,8 @@
import { createInertiaApp } from '@inertiajs/vue3'
// @ts-expect-error
import createServer from '@inertiajs/vue3/server'
import { renderToString } from '@vue/server-renderer'
import { createSSRApp, h, type DefineComponent } from 'vue'

// @ts-expect-error
createServer((page) =>
createInertiaApp({
page,
Expand Down

0 comments on commit 8f7e091

Please sign in to comment.