diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 16:22:41 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 16:22:41 +0100 |
commit | 0d6bd4aefc4e651be3f2fff15043d598e852df54 (patch) | |
tree | 23703efd4a602ef8fe3c9236e84642d6843a4ba9 /src/components/design | |
parent | d383bd08f0266406d4b0c9eb68c76e62c9d4a460 (diff) |
feat: add loading
Diffstat (limited to 'src/components/design')
-rw-r--r-- | src/components/design/HeaderBlue.vue | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/design/HeaderBlue.vue b/src/components/design/HeaderBlue.vue deleted file mode 100644 index fd6d731..0000000 --- a/src/components/design/HeaderBlue.vue +++ /dev/null @@ -1,12 +0,0 @@ -<template lang="pug"> - header - b-container - h1 - a(href="/" rel="home") Gico -</template> - -<script> -export default { - name: "HeaderBlue", -} -</script> |