This commit is contained in:
crusader
2018-05-31 17:27:00 +09:00
parent e8ad7b6716
commit b525f40063
5 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import { UPTimePipe } from './uptime.pipe';
export const PIPES = [
UPTimePipe,
];