refactor(naming): prevent auto import conflicts for git memo

This commit is contained in:
Corentin Thomasset 2023-06-10 17:31:19 +02:00 committed by Corentin THOMASSET
parent fe61f0f2f2
commit 45c2474279
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import { useThemeVars } from 'naive-ui';
import Memo from './git-memo.md';
import Memo from './git-memo.content.md';
const themeVars = useThemeVars();
</script>