Use relative imports only in plugin folder (#328)

This commit is contained in:
Arnaud Peich
2022-10-26 16:41:38 +02:00
committed by GitHub
parent eea2ef5cfb
commit c9933b6908
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import * as Types from 'app/plugin/DocApiTypes';
import * as Types from './DocApiTypes';
/**
* Offer CRUD-style operations on a table.