Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jangseun committed Jan 8, 2025
1 parent 8d1578a commit bcdbe3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/oven/(time)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
import eig from `${ASSETS_PREFIX}/oven4.png`;
const ovenImages = {
'thr': `${ASSETS_PREFIX}/oven1.png`,
'one': `${ASSETS_PREFIX}/oven2.png`,
'onethr': `${ASSETS_PREFIX}/oven3.png`,
'eig': `${ASSETS_PREFIX}/oven4.png`
'thr': thr
'one': one
'onethr': onethr
'eig': eig
};
const timeMapping = {
Expand Down

0 comments on commit bcdbe3f

Please sign in to comment.