feat: add window with profile and logout buttons. add notification component

This commit is contained in:
2026-05-10 18:43:35 +03:00
parent 84e4fcdaec
commit 01685e3811
7 changed files with 273 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
export { Button } from './Button'
export { FormField } from './FormField'
export { Notification } from './Notification'
export { Pill } from './Pill'
export { PrimaryButton } from './PrimaryButton'
export { TokenIcon } from './TokenIcon'