diff --git a/src/App.tsx b/src/App.tsx
index 860470ca..f5adb185 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,6 +5,12 @@ import { List } from "./wisher/list";
import logo from "./logo.svg";
import reactLogo from "./react.svg";
+import Button from '@mui/material/Button';
+import Grid from '@mui/material/Grid';
+import BtnGrid from './buttons';
+
+
+
export function App() {
return (
@@ -14,11 +20,8 @@ export function App() {
Bun + React
-
- Edit src/App.tsx and save to test HMR
-
-
-
+
Testing Apps
+
);
}
diff --git a/src/GarageApp/App.tsx b/src/GarageApp/App.tsx
index b70ed1f0..18e4631a 100644
--- a/src/GarageApp/App.tsx
+++ b/src/GarageApp/App.tsx
@@ -5,6 +5,9 @@ import { useTranslation, withTranslation, Trans } from 'react-i18next';
import logo from "./logo.svg";
import reactLogo from "./react.svg";
+import Button from '@mui/material/Button';
+
+import button from "./modules/DummyButton"
export function App() {
const { t, i18n } = useTranslation();
@@ -20,6 +23,8 @@ export function App() {
Edit src/App.tsx and save to test HMR
{t ('statistics')}
+
+
{t ('yourvehicles')}
);
diff --git a/src/GarageApp/locales/en/.translation.json.swp b/src/GarageApp/locales/en/.translation.json.swp
deleted file mode 100644
index 399f8112..00000000
Binary files a/src/GarageApp/locales/en/.translation.json.swp and /dev/null differ