mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
refactor(naming): prevent auto import conflicts for git memo
This commit is contained in:
parent
fe61f0f2f2
commit
45c2474279
3 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue