File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
preact-component-bundle-false/src
react-component-bundle/src
react-component-bundle-false/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import type { FunctionComponent } from 'preact' ;
2
- import { CounterButton } from './components/CounterButton/index ' ;
2
+ import { CounterButton } from './components/CounterButton' ;
3
3
import { useCounter } from './useCounter' ;
4
4
import './index.scss' ;
5
5
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { CounterButton } from './components/CounterButton/index ' ;
2
+ import { CounterButton } from './components/CounterButton' ;
3
3
import { useCounter } from './useCounter' ;
4
4
import './index.scss' ;
5
5
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { CounterButton } from './components/CounterButton/index ' ;
2
+ import { CounterButton } from './components/CounterButton' ;
3
3
import { useCounter } from './useCounter' ;
4
4
import './index.scss' ;
5
5
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { CounterButton } from './components/CounterButton/index ' ;
2
+ import { CounterButton } from './components/CounterButton' ;
3
3
import { useCounter } from './useCounter' ;
4
4
import './index.scss' ;
5
5
You can’t perform that action at this time.
0 commit comments