Skip to content

Commit

Permalink
New card pantry item
Browse files Browse the repository at this point in the history
  • Loading branch information
LineIndent committed Dec 28, 2024
1 parent b91890a commit 80914a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buridan_ui/pantry/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from .backgrounds.v4 import background_v4
from .cards.v1 import card_v1
from .cards.v2 import card_v2
from .cards.v3 import card_v3
from .faq.v1 import faq_v1
from .featured.v1 import featured_v1
from .featured.v2 import featured_v2
Expand Down Expand Up @@ -121,6 +122,7 @@ def export():
create_export(prompt_v2, "prompts", 2),
],
"cards": [
create_export(card_v3, "cards", 3),
create_export(card_v1, "cards", 1),
create_export(card_v2, "cards", 2),
],
Expand Down

0 comments on commit 80914a3

Please sign in to comment.