Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Jun 7, 2024
1 parent 05e7868 commit 89839a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/Buffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script setup lang="ts">
import { ref, onMounted, nextTick } from 'vue'
import { replaceNewlines } from '@spongex/regexps';
import { replaceNewlines } from '@spongex/regexps'

/** Reference for storing the buffer */
const _buffer = ref()
Expand Down

0 comments on commit 89839a3

Please sign in to comment.