Update summary.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 01:45:45 +09:00 committed by GitHub
parent 500b8cb6a0
commit c32721d810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,4 @@ type Player = {
height: number;
};
export default Player;
export Player;