fixed single quote in index.ts

This commit is contained in:
Gabriel Grubba
2022-11-08 09:54:24 -03:00
parent ee047e7dc1
commit f72f08665e

View File

@@ -1,2 +1,2 @@
export * from "./collection";
export * from "./methods";
export * from './collection';
export * from './methods';