Skip to content

Commit 486182b

Browse files
authored
fix: improve the circular dep error when execute yarn link (#528)
1 parent 8802b1f commit 486182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workbench/activityBar/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'reflect-metadata';
22
import { connect } from 'mo/react';
3-
import { ActivityBarController } from 'mo/controller/activityBar';
3+
import { ActivityBarController } from 'mo/controller';
44

55
import ActivityBar from './activityBar';
66
import { container } from 'tsyringe';

0 commit comments

Comments
 (0)