import { syncChunkIds } from 'fusion-core';
import { syncChunkIds as otherSyncChunkIds } from 'syncChunkIds';

syncChunkIds();
otherSyncChunkIds();
