Move icons to constants

This commit is contained in:
inpsyde-maticluznar 2024-12-23 07:43:43 +01:00
parent eeb0c63200
commit a78e11c8e8
No known key found for this signature in database
GPG key ID: D005973F231309F6
3 changed files with 15 additions and 5 deletions

View file

@ -1 +1,3 @@
export { default as openSignup } from './Icons/open-signup';
export const NOTIFICATION_SUCCESS = '✔️';
export const NOTIFICATION_ERROR = '❌';