Skip to content

Commit

Permalink
refactor(explorer): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeridhellen committed Sep 18, 2023
1 parent 1c4b2e0 commit 0a88078
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 321 deletions.
9 changes: 4 additions & 5 deletions packages/dm-core-plugins/src/explorer/ExplorerPlugin.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import React, { useContext, useState } from 'react'
import styled from 'styled-components'
import {
EntityView,
FSTreeContext,
TreeView,
EntityView,
} from '@development-framework/dm-core'
import { NodeRightClickMenu } from './components/context-menu/ContextMenu'
import './style.css'
import { Progress } from '@equinor/eds-core-react'
import React, { useContext, useState } from 'react'
import styled from 'styled-components'
import { NodeRightClickMenu } from './components/context-menu/ContextMenu'

export const TreeWrapper = styled.div`
width: 25%;
Expand Down
35 changes: 0 additions & 35 deletions packages/dm-core-plugins/src/explorer/components/Headers.ts

This file was deleted.

This file was deleted.

133 changes: 0 additions & 133 deletions packages/dm-core-plugins/src/explorer/context/dashboard/useLayout.tsx

This file was deleted.

130 changes: 0 additions & 130 deletions packages/dm-core-plugins/src/explorer/context/modal/ModalContext.tsx

This file was deleted.

0 comments on commit 0a88078

Please sign in to comment.