Skip to content

Commit

Permalink
Migrate PageBookmarkPrompt to Composition API
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Dec 14, 2024
1 parent 30b71f2 commit 6b9d7e6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 165 deletions.
2 changes: 1 addition & 1 deletion src/renderer/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import FtToast from './components/ft-toast/ft-toast.vue'
import FtProgressBar from './components/FtProgressBar/FtProgressBar.vue'
import FtPlaylistAddVideoPrompt from './components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.vue'
import FtCreatePlaylistPrompt from './components/ft-create-playlist-prompt/ft-create-playlist-prompt.vue'
import PageBookmarkPrompt from './components/page-bookmark-prompt/page-bookmark-prompt.vue'
import PageBookmarkPrompt from './components/PageBookmarkPrompt/PageBookmarkPrompt.vue'
import FtSearchFilters from './components/FtSearchFilters/FtSearchFilters.vue'
import { marked } from 'marked'
import { IpcChannels } from '../constants'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 6b9d7e6

Please sign in to comment.