Selaa lähdekoodia

add missing interfaces

Yuki Takei 2 vuotta sitten
vanhempi
sitoutus
af0859b47c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/core/src/interfaces/index.ts

+ 1 - 0
packages/core/src/interfaces/index.ts

@@ -1,3 +1,4 @@
+export * from './attachment';
 export * from './color-scheme';
 export * from './common';
 export * from './growi-facade';