mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
Move project entry classes to separate file (#17629)
* moving ProjectEntry stuff to another file * cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ import * as constants from '../../common/constants';
|
||||
import { BaseProjectTreeItem } from './baseTreeItem';
|
||||
import { ProjectRootTreeItem } from './projectTreeItem';
|
||||
import { IconPathHelper } from '../../common/iconHelper';
|
||||
import { IDatabaseReferenceProjectEntry } from '../../models/project';
|
||||
import { IDatabaseReferenceProjectEntry } from '../projectEntry';
|
||||
|
||||
/**
|
||||
* Folder for containing references nodes in the tree
|
||||
|
||||
Reference in New Issue
Block a user