Skip to content

Commit b3bd820

Browse files
committed
import fixes
1 parent 4b80615 commit b3bd820

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ export * from './spaceSettings';
2929
export * from './template';
3030
export * from './themes';
3131
export * from './users';
32+
export * from './userProperties';

src/clients/confluenceClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import {
3232
Template,
3333
Themes,
3434
Users,
35+
UserProperties,
3536
} from '../api';
36-
import { UserProperties } from '~/api/userProperties';
3737

3838
export class ConfluenceClient extends BaseClient {
3939
constructor(config: Config) {

0 commit comments

Comments
 (0)