From c67f9987cad34ec1a0a03e72326173d23e3f4360 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 26 Apr 2024 11:51:49 -0700 Subject: Use bun --- src/features/auth/authSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/auth/authSlice.ts') diff --git a/src/features/auth/authSlice.ts b/src/features/auth/authSlice.ts index 34ede58..5eccd65 100644 --- a/src/features/auth/authSlice.ts +++ b/src/features/auth/authSlice.ts @@ -1,6 +1,6 @@ import { createSlice } from '@reduxjs/toolkit'; import type { RootState } from '../../store'; -import { Guest } from '../../apiSlice'; +import type { Guest } from '../../apiSlice'; type AuthState = { guest: Guest | null; -- cgit v1.2.3