Skip to content

Commit 08dfc5c

Browse files
committed
[frontend] Fix build
1 parent 33e13f7 commit 08dfc5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/NotFound.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<n-result status="404" title="404 Not Found" description="Essa página não existe" />
44
</n-card>
55
</template>
6-
<script>
6+
<script lang="ts">
77
import { NResult, NCard } from 'naive-ui';
88
99
export default {

0 commit comments

Comments
 (0)