Skip to content

Commit

Permalink
[#58] remove several todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Apr 23, 2024
1 parent add395e commit 7cb5f07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/shared/ui/pause-button/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// TODO: need to move component to shared/ui
export { default as PauseButton } from './pause-button.vue'
4 changes: 2 additions & 2 deletions src/shared/ui/preview-card/preview-card-footer.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const Default: StoryObj<typeof PreviewCardFooter> = {
args: {
serverName: "My server",
originConfig: {
one: 1,
two: 2,
one: '1',
two: '2',
},
}
}
1 change: 0 additions & 1 deletion src/shared/ui/preview-card/preview-card.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts" setup generic="T">
// TODO: move component out of shared/ui
import download from "downloadjs";
import { toBlob, toPng } from "html-to-image";
import debounce from "lodash.debounce";
Expand Down

0 comments on commit 7cb5f07

Please sign in to comment.