1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

fixing import error

This commit is contained in:
Braun Patrik 2016-05-25 21:58:56 +02:00
parent 8deff0b605
commit eb63ac6a58

View File

@ -1,3 +1,6 @@
///<reference path="exif.d.ts"/>
import * as fs from "fs";
import * as path from "path";
import * as mime from "mime";