Skip to content

Commit 7f42584

Browse files
authored
use reflex base instead of reflex core (#1812)
1 parent ca76b5a commit 7f42584

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

pcweb/docgen_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66

77
import reflex as rx
8-
from reflex_core.constants.colors import ColorType
8+
from reflex_base.constants.colors import ColorType
99
from reflex_docgen.markdown import (
1010
Block,
1111
CodeBlock,

pcweb/flexdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import flexdown
22
import reflex as rx
33
import reflex_ui as ui
4-
from reflex_core.constants.colors import ColorType
4+
from reflex_base.constants.colors import ColorType
55

66
from pcweb.constants import REFLEX_ASSETS_CDN
77
from pcweb.styles.colors import c_color

pcweb/templates/docpage/blocks/collapsible.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections.abc import Sequence
44

55
import reflex as rx
6-
from reflex_core.constants.colors import ColorType
6+
from reflex_base.constants.colors import ColorType
77

88

99
def collapsible_box(

uv.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)