From 340193f1d52e1b68fe950974d1003b9330e06fe3 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 30 Aug 2024 14:45:50 -0700 Subject: Update material react table to have party guests --- client/src/slices/auth/guestSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/slices/auth/guestSlice.ts') diff --git a/client/src/slices/auth/guestSlice.ts b/client/src/slices/auth/guestSlice.ts index 701148e..fb4afaf 100644 --- a/client/src/slices/auth/guestSlice.ts +++ b/client/src/slices/auth/guestSlice.ts @@ -1,7 +1,7 @@ import { createSlice } from '@reduxjs/toolkit'; import type { PayloadAction } from '@reduxjs/toolkit'; import type { RootState } from '../../store'; -import type { Guest } from '../api/guestSlice'; +import type { Guest } from '../../models'; type GuestAuth = { guest?: Guest; -- cgit v1.2.3