Skip to content

Commit

Permalink
feat: add LoginImage component
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 14, 2024
1 parent a25d2ac commit 6ed6802
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 0 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ declare module 'vue' {
LinkedDocumentListEntry: typeof import('./src/components/LinkedDocument/LinkedDocumentListEntry.vue')['default']
LinkedDocumentSection: typeof import('./src/components/LinkedDocument/LinkedDocumentSection.vue')['default']
LocalesMenu: typeof import('./src/components/LocalesMenu.vue')['default']
LoginImage: typeof import('./src/components/Login/LoginImage.vue')['default']
MountedDataLocation: typeof import('./src/components/MountedDataLocation.vue')['default']
NamedEntityButton: typeof import('./src/components/NamedEntity/NamedEntityButton.vue')['default']
NamedEntityInContext: typeof import('./src/components/NamedEntityInContext.vue')['default']
Expand Down
31 changes: 31 additions & 0 deletions src/assets/images/illustrations/login-image-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6ed6802

Please sign in to comment.