summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/scripts/not-implemented-exception.js
blob: dd00c7662fc71145493abd747338c381a73d6458 (plain)
1
2
3
4
5
6
7
8
import dialog from './dialog';

export default () => {
	dialog('<i class="fa fa-exclamation-triangle"></i>Not implemented yet',
		'要求された操作は実装されていません。<br>→<a href="https://github.com/syuilo/misskey" target="_blank">Misskeyの開発に参加する</a>', [{
		text: 'OK'
	}]);
};