1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-09-29 21:49:01 +00:00

style(github): renaming files

This commit is contained in:
Julien 2018-09-09 19:17:45 +02:00
parent b5c448f697
commit 73b00b29cb
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<template lang="pug"> <template lang="pug">
.l-default .l-default
github-corner( the-github(
class="l-default__github" class="l-default__github"
) )
@ -21,12 +21,12 @@
<script> <script>
// PROJECT // PROJECT
import GithubCorner from "@/components/GithubCorner"; import TheGithub from "@/components/TheGithub";
import TheCopyright from "@/components/TheCopyright"; import TheCopyright from "@/components/TheCopyright";
export default { export default {
components: { components: {
GithubCorner, TheGithub,
TheCopyright TheCopyright
} }
}; };