Skip to content

Commit

Permalink
feat: remove vue-ts template
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywu committed Dec 12, 2022
1 parent f11c3c8 commit 53e4577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
3 changes: 0 additions & 3 deletions sandpack-react/src/templates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { TEST_TYPESCRIPT_TEMPLATE } from "./tests-ts";
import { VANILLA_TEMPLATE } from "./vanilla";
import { VANILLA_TYPESCRIPT_TEMPLATE } from "./vanilla-typescript";
import { VUE_TEMPLATE } from "./vue";
import { VUE_TS_TEMPLATE } from "./vue-ts";
import { VUE_TEMPLATE_3 } from "./vue3";
import { VUE_TS_TEMPLATE_3 } from "./vue3-ts";
export { ANGULAR_TEMPLATE } from "./angular";
Expand All @@ -20,7 +19,6 @@ export { VANILLA_TEMPLATE } from "./vanilla";
export { VANILLA_TYPESCRIPT_TEMPLATE } from "./vanilla-typescript";
export { VUE_TEMPLATE } from "./vue";
export { VUE_TEMPLATE_3 } from "./vue3";
export { VUE_TS_TEMPLATE } from "./vue-ts";
export { VUE_TS_TEMPLATE_3 } from "./vue3-ts";

/**
Expand All @@ -30,7 +28,6 @@ export const SANDBOX_TEMPLATES = {
react: REACT_TEMPLATE,
"react-ts": REACT_TYPESCRIPT_TEMPLATE,
vue: VUE_TEMPLATE,
"vue-ts": VUE_TS_TEMPLATE,
vanilla: VANILLA_TEMPLATE,
"vanilla-ts": VANILLA_TYPESCRIPT_TEMPLATE,
vue3: VUE_TEMPLATE_3,
Expand Down
123 changes: 0 additions & 123 deletions sandpack-react/src/templates/vue-ts.ts

This file was deleted.

0 comments on commit 53e4577

Please sign in to comment.