mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
[PhotonClient] Vite and Typescript complete refactor (#884)
This commit is contained in:
@@ -9,20 +9,13 @@
|
||||
</v-card-subtitle>
|
||||
</div>
|
||||
<img
|
||||
src="../assets/NotFound.webp"
|
||||
src="@/assets/images/notfound.webp"
|
||||
alt="missing-page"
|
||||
style="margin-top: 64px"
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'NotFound'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.not-found-container {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user