mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +00:00
Rename OttimizzazioneLineare.js
This commit is contained in:
parent
cf05b04e75
commit
cbf69ee103
4 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
"serve": "npm run -s build && preact serve",
|
||||
"dev": "preact watch",
|
||||
"lint": "eslint src",
|
||||
"ghpages": "npm run -s build && git add docs && git commit -m Update && git push"
|
||||
"ghpages": "git add src && npm run -s build && git add docs && git commit -m Update && git push"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "eslint-config-synacor"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ import VlDiGeometria from './routes/vldigeometria';
|
|||
import MingwInstall from './routes/mingwinstall';
|
||||
import Copyright from './components/old/copyright';
|
||||
import Statistica from './routes/statistica';
|
||||
import OttimizzazioneLineare from "./routes/ottimizzazioneLineare";
|
||||
import OttimizzazioneLineare from "./routes/OttimizzazioneLineare";
|
||||
import BasiDiDati from './routes/basiDiDati';
|
||||
import CalcoloNumerico from './routes/calcoloNumerico';
|
||||
import ApprendimentoSistemiArtificiali from "./routes/apprendimentoSistemiArtificiali";
|
||||
|
|
Loading…
Reference in a new issue