Compare commits

..

No commits in common. "42b28708be7493f88a65f985dc59f0b230b81377" and "04ab1f7a903956154806c575c0f892b93b5dc3db" have entirely different histories.

View file

@ -7,6 +7,7 @@ import axios from "axios";
import { useChatHistory } from '../hooks/useChatHistory'; import { useChatHistory } from '../hooks/useChatHistory';
import { getWeather } from "./weather"; import { getWeather } from "./weather";
import { changeHistory, getHistory } from "./database"; import { changeHistory, getHistory } from "./database";
import { type } from "os";
const InputOutputBackend: React.FC = () => { const InputOutputBackend: React.FC = () => {
// # variables // # variables