File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22// SPDX-License-Identifier: Apache-2.0
33export * from './components/interfaces' ;
4- export { documentComponents , writeComponentsDocumentation } from './components' ;
4+ export { writeComponentsDocumentation } from './components' ;
55export { documentTestUtils } from './test-utils' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import os from 'node:os';
55import pathe from 'pathe' ;
66import ts from 'typescript' ;
77import { ProjectReflection } from 'typedoc' ;
8- import { documentComponents , documentTestUtils } from '../../src' ;
8+ import { documentComponents } from '../../src/components' ;
9+ import { documentTestUtils } from '../../src/test-utils' ;
910import { bootstrapProject } from '../../src/bootstrap' ;
1011import { TestUtilsDoc } from '../../src/test-utils/interfaces' ;
1112import { DocumenterOptions } from '../../src/components' ;
You can’t perform that action at this time.
0 commit comments