Skip to content

Commit

Permalink
Remove ContextProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Feb 8, 2022
1 parent 4f01155 commit 67c14e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
32 changes: 0 additions & 32 deletions packages/sycamore/src/context.rs

This file was deleted.

1 change: 0 additions & 1 deletion packages/sycamore/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ extern crate self as sycamore;
#[cfg(feature = "experimental-builder-agnostic")]
pub mod builder;
pub mod component;
pub mod context;
pub mod easing;
pub mod flow;
#[cfg(feature = "suspense")]
Expand Down

0 comments on commit 67c14e2

Please sign in to comment.