Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Mar 6, 2024
1 parent 759608e commit 37d55d2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import 'aeria-app-layout/style.css'
import './style/main.css'
import './style/main.less'

import { aeria } from 'aeria-sdk'

const options = defineOptions({
component: AeriaMain,
routes,
Expand All @@ -29,16 +27,6 @@ const options = defineOptions({
],
})

;(async () => {
const r = await aeria.pizza.shampoo123.POST({
name: 'joao',
type: 'dog',
})

r.name
r.age
})()

useApp(options).then((app) => {
app.mount()
})
Expand Down

0 comments on commit 37d55d2

Please sign in to comment.