bump nuxt + fix CookieRef (#465)

This commit is contained in:
Hayden 2023-05-28 10:51:23 -07:00 committed by GitHub
parent cb16c0e829
commit 0cb9d2a8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1465 additions and 1009 deletions

View file

@ -1,4 +1,4 @@
import { CookieRef } from "nuxt/dist/app/composables";
import { CookieRef } from "nuxt/app";
import { PublicApi } from "~~/lib/api/public";
import { UserOut } from "~~/lib/api/types/data-contracts";
import { UserClient } from "~~/lib/api/user";