fix: TUN switch button logical bug

This commit is contained in:
Tunglies
2025-05-13 01:11:20 +08:00
parent c2c46d1cae
commit 6578cd8c51
2 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import { AppDataProvider } from "./providers/app-data-provider";
import React from "react";
import Layout from "./pages/_layout";
function App() {
@@ -10,4 +9,4 @@ function App() {
);
}
export default App;
export default App;