user 6 år sedan
förälder
incheckning
83f1355ad7
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      src/storage.ts

+ 0 - 2
src/storage.ts

@@ -1,5 +1,3 @@
-import fs = require('fs');
-
 export interface Storage {
 
     get(key:string): Promise<any>;