Skip to content

Commit

Permalink
fix: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Mar 4, 2024
1 parent c675a3d commit a0698e3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Eplant/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Provider } from 'jotai'
import * as ReactDOM from 'react-dom/client'
import { BrowserRouter } from 'react-router-dom'

import CelleFP from './views/CelleFP'
import CellEFP from './views/CellEFP'
import DebugView from './views/DebugView'
import ExperimentEFP from './views/ExperimentEFP'
import FallbackView from './views/FallbackView'
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions Eplant/views/CellEFP/icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as React from 'react'

import { styled } from '@mui/material'
export default styled((props) => {
return (
Expand Down
2 changes: 0 additions & 2 deletions Eplant/views/CellEFP/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react'

import Thumbnail from '../../../thumbnails/plant_efp.png'
import EFP from '../eFP'
import EFPViewer from '../eFP/Viewer'
Expand Down
2 changes: 1 addition & 1 deletion Eplant/views/eFP/Viewer/util.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CellEFP from '@eplant/views/CellEFP/cellEFP'
import CellEFP from '@eplant/views/CellEFP/CellEFPData'

import EFP from '..'

Expand Down

0 comments on commit a0698e3

Please sign in to comment.