mirror of
https://github.com/getwax/wax.git
synced 2026-01-09 15:18:02 -05:00
Add EOF newline
This commit is contained in:
@@ -170,4 +170,4 @@ export function ConfigureSafeModule() {
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ export const STEPS = {
|
||||
REQUEST_GUARDIAN: 2,
|
||||
REQUESTED_RECOVERIES: 3,
|
||||
TRIGGER_ACCOUNT_RECOVERY: 4,
|
||||
};
|
||||
};
|
||||
|
||||
@@ -20,4 +20,4 @@ export const AppContextProvider = ({ children } : { children: ReactNode }) => {
|
||||
{children}
|
||||
</appContext.Provider>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,4 +150,4 @@ input {
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ export const Web3Provider = ({ children }: { children: ReactNode }) => {
|
||||
</QueryClientProvider>
|
||||
</WagmiProvider>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,4 +16,4 @@ export default defineConfig({
|
||||
}),
|
||||
react()
|
||||
],
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user