feat: import svg files from stylekit (#844)
* chore: install stylekit with its new name * feat: import svg files from stylekit * feat: import the remaining svgs from stylekit * fix: import 'warning' icon from stylekit * chore: import warning icon from stylekit * chore: bump stylekit version * chore: update sn dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ import { WebApplication } from '@/ui_models/application';
|
||||
import { AppState } from '@/ui_models/app_state';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { FunctionComponent } from 'preact';
|
||||
import AccountIllustration from '../../../../svg/il-account.svg';
|
||||
import { AccountIllustration } from '@standardnotes/stylekit';
|
||||
|
||||
export const Authentication: FunctionComponent<{
|
||||
application: WebApplication;
|
||||
|
||||
Reference in New Issue
Block a user