Skip to content

Commit

Permalink
remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
anticultist committed Apr 12, 2024
1 parent 423d4df commit b178884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/integration.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { effect as reactivityEffect } from "@conterra/reactivity-core";
import { Ref, computed, onScopeDispose, ref, watchEffect } from "vue";
import { Ref, onScopeDispose, ref, watchEffect } from "vue";

/**
* This composable integrates reactive values into the vue reactivity system.
Expand Down

0 comments on commit b178884

Please sign in to comment.