mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(naming): prevent auto import conflicts for git memo
This commit is contained in:
committed by
Corentin THOMASSET
parent
fe61f0f2f2
commit
45c2474279
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user