1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-29 00:23:47 +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">
.l-default
github-corner(
the-github(
class="l-default__github"
)
@ -21,12 +21,12 @@
<script>
// PROJECT
import GithubCorner from "@/components/GithubCorner";
import TheGithub from "@/components/TheGithub";
import TheCopyright from "@/components/TheCopyright";
export default {
components: {
GithubCorner,
TheGithub,
TheCopyright
}
};