mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 09:54:19 +00:00
13 lines
234 B
JavaScript
13 lines
234 B
JavaScript
|
import {Component} from 'preact'
|
||
|
import style from './ottimizzazioneLineare.less'
|
||
|
|
||
|
export default class OttimizzazioneLineare extends Component {
|
||
|
render() {
|
||
|
return (
|
||
|
<div>
|
||
|
|
||
|
</div>
|
||
|
)
|
||
|
}
|
||
|
}
|