mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 13:52:56 -04:00
fix: remove
This commit is contained in:
@@ -26,8 +26,6 @@ export function HomeCTA() {
|
||||
? 'https://waitlist-api.spacedrive.com'
|
||||
: 'http://localhost:3000';
|
||||
|
||||
console.log(import.meta.env);
|
||||
|
||||
async function handleWaitlistSubmit<SubmitHandler>({ email }: WaitlistInputs) {
|
||||
if (!email.trim().length) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user