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

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