blob: d16b9b064cd33635dffe2362ff5fa49603be3c40 [file] [log] [blame]
<template>
<div class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center">
<div>
<div style="font-size: 10vh">Conflicts</div>
<div class="text-h2" style="opacity:.4">Another editor is already opened.</div>
</div>
</div>
</template>
<script>
export default {
name: 'Error404'
};
</script>