remove abount

This commit is contained in:
Alex
2025-06-03 15:40:16 +01:00
parent 52a5f132c1
commit c0f693d35d

View File

@@ -3,7 +3,6 @@ import './locale/i18n';
import { useState } from 'react';
import { Outlet, Route, Routes } from 'react-router-dom';
import About from './About';
import Agents from './agents';
import SharedAgentGate from './agents/SharedAgentGate';
import ActionButtons from './components/ActionButtons';