Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit a9ccfc8

Browse files
committed
use reflex_base
1 parent ffff5c4 commit a9ccfc8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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(

0 commit comments

Comments
 (0)