diff --git a/src/main.jsx b/src/main.jsx index 0f07a8c..ae547fa 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -24,17 +24,19 @@ import { clearOldPersistentStates, usePersistentState, } from './utils.jsx' + import { SettingsBar } from './components/SettingsBar.jsx' // Che fanno queste due righe? window._ = _ window.dataBuffer = {} +// NOTA: magistrale *non* รจ quello con i corsi a cavallo const TIMETABLE_IDS = { - 'anno-1': '6798fa77c5e9ff00195153f0', - 'anno-2': '6798fab7c5e9ff00195153f2', - 'anno-3': '6798fb0038d6380019ee9e57', - 'magistrale': '679a6b874528520019aa9e66', + 'anno-1': '687e66d62d13e6001edd366d', + 'anno-2': '687e681301ee9300198320e6', + 'anno-3': '687e68bb01ee9300198320eb', + 'magistrale': '687e6a9f96ea080019d439d5', } // const DEFAULT_DATE_RANGE = { @@ -265,10 +267,10 @@ const App = ({}) => {

{/*