feat: create order stubs (#65)
This commit is contained in:
8
src/containers/LandingThemeProvider/toast-options.ts
Normal file
8
src/containers/LandingThemeProvider/toast-options.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ToastProviderProps } from "@chakra-ui/react";
|
||||
|
||||
export const toastOptions: ToastProviderProps = {
|
||||
defaultOptions: {
|
||||
position: 'top-right',
|
||||
isClosable: true,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user