Add EOF newline

This commit is contained in:
jacque006
2024-04-23 12:10:32 -06:00
parent ca65c5485d
commit e523080b9e
7 changed files with 7 additions and 7 deletions

View File

@@ -170,4 +170,4 @@ export function ConfigureSafeModule() {
</div>
</>
);
}
}

View File

@@ -4,4 +4,4 @@ export const STEPS = {
REQUEST_GUARDIAN: 2,
REQUESTED_RECOVERIES: 3,
TRIGGER_ACCOUNT_RECOVERY: 4,
};
};

View File

@@ -20,4 +20,4 @@ export const AppContextProvider = ({ children } : { children: ReactNode }) => {
{children}
</appContext.Provider>
)
}
}

View File

@@ -150,4 +150,4 @@ input {
100% {
transform: rotate(360deg);
}
}
}

View File

@@ -21,4 +21,4 @@ export const Web3Provider = ({ children }: { children: ReactNode }) => {
</QueryClientProvider>
</WagmiProvider>
);
};
};

View File

@@ -16,4 +16,4 @@ export default defineConfig({
}),
react()
],
})
})