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 e45ecad commit 1e94822
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/routes/oven/(time)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@
import oven from '/src/public/element/otherthing/otherelement/oven.png';
import danger from '/src/public/element/otherthing/otherelement/choseoven.png';
import thr from `/src/public/element/otherthing/otherelement/oven1.png`;
import one from `/src/public/element/otherthing/otherelement/oven2.png`;
import onethr from `/src/public/element/otherthing/otherelement/oven3.pn;g`;
import eig from `/src/public/element/otherthing/otherelement/oven4.png`;
const ovenImages = {
thr : thr,
one : one,
onethr: onethr,
eig: eig,
'thr': `${ASSETS_PREFIX}/oven1.png`,
'one': `${ASSETS_PREFIX}/oven2.png`,
'onethr': `${ASSETS_PREFIX}/oven3.png`,
'eig': `${ASSETS_PREFIX}/oven4.png`
};
const timeMapping = {
Expand Down

0 comments on commit 1e94822

Please sign in to comment.