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