mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-17 18:45:14 +00:00
style(github): renaming files
This commit is contained in:
parent
b5c448f697
commit
73b00b29cb
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user