align import alias

This commit is contained in:
Mads Rasmussen
2024-02-09 22:19:41 +01:00
committed by Jacob Overgaard
parent 8ea1de0f26
commit a1b6732ed8
298 changed files with 535 additions and 523 deletions

View File

@@ -72,7 +72,7 @@ To make the first button work, which simply just requests a new status from the
```typescript
import { tryExecuteAndNotify } from '@umbraco-cms/backoffice/resources';
import { PublishedCacheResource } from '@umbraco-cms/backoffice/backend-api';
import { PublishedCacheResource } from '@umbraco-cms/backoffice/external/backend-api';
private _getStatus() {
const { data: status } = await tryExecuteAndNotify(this, PublishedCacheResource.getPublishedCacheStatus());