mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Use relative imports only in plugin folder (#328)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as Types from 'app/plugin/DocApiTypes';
|
||||
import * as Types from './DocApiTypes';
|
||||
|
||||
/**
|
||||
* Offer CRUD-style operations on a table.
|
||||
|
||||
Reference in New Issue
Block a user