(fix:markdown) code overflows

This commit is contained in:
ManishMadan2882
2024-11-27 00:45:01 +05:30
parent a86b342ba5
commit a8231d375a
2 changed files with 2 additions and 6 deletions

View File

@@ -157,8 +157,7 @@ export const fetchAnswer = createAsyncThunk<
result: '',
sources: [],
};
},
);
});
export const conversationSlice = createSlice({
name: 'conversation',