Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed Jun 23, 2024
1 parent 15fc9d5 commit 267acbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,8 @@ import Toast from "../components/toast.vue";
import { copy } from "../lib/copy";
import { defaultMarkdownText } from "../resources/default-md";
import { reactive, onMounted, ref, onUnmounted } from "vue";
import marked from "../lib/marked";
import getMDStyles from "../lib/get-md-styles";
const toastRef = ref(null);
const STORAGE_TOKEN = Symbol("reaper-mark").toString();
const getDefaultCode = () => {
Expand Down Expand Up @@ -148,5 +145,3 @@ function exportFile(filename, file, generateDataURI = true) {
document.body.removeChild(a);
}
</script>

<style scoped></style>

0 comments on commit 267acbb

Please sign in to comment.