leave me alone

This commit is contained in:
legop3
2025-12-21 14:20:56 -05:00
parent de4295caf1
commit 314b88b146
6 changed files with 2 additions and 34 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import { useTelemetryFrame } from '../context/TelemetryContext.jsx';
import { useControlSystem } from '../controls/index.js';
// import DiscordInviteButton from './DiscordInviteButton.jsx';
import DiscordInviteButton from './DiscordInviteButton.jsx';
export default function DrivePanel() {
const {
@@ -55,6 +55,7 @@ export default function DrivePanel() {
/>
</div>
{/* <DiscordInviteButton /> */}
{/* kjfhdljhdsaflkjf */}
</section>
);
}