mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
11 lines
167 B
HTML
11 lines
167 B
HTML
<h1>This page should never render</h1>
|
|
|
|
<script>
|
|
export default {
|
|
preload() {
|
|
return new Promise(fulfil => {
|
|
window.fulfil = fulfil;
|
|
});
|
|
}
|
|
};
|
|
</script> |