diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 05:03:22 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 20:17:07 -0400 |
| commit | 052cc1a5a4668d7cb17fb273a022aa5b820d1faa (patch) | |
| tree | dbce2d2d10bb8c3cc81e38beeb2c1a3c8268c2f8 /src/pb.ts | |
| parent | 570f47670bf9f361eeb073b9124be56465498c83 (diff) | |
refactor: move styles into separate components
Diffstat (limited to 'src/pb.ts')
| -rw-r--r-- | src/pb.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pb.ts b/src/pb.ts deleted file mode 100644 index 2e77787..0000000 --- a/src/pb.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { createContext } from 'preact'; - -const Pb = createContext(); - -export { Pb };
\ No newline at end of file |
