Skip to content

Commit

Permalink
refactor: app-screen recipe filename convention
Browse files Browse the repository at this point in the history
  • Loading branch information
malangcat committed Jan 20, 2025
1 parent 677e3ce commit f7aba7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qvism-preset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import actionChip from "./recipes/action-chip";
import actionSheet from "./recipes/action-sheet";
import actionSheetCloseButton from "./recipes/action-sheet-close-button";
import actionSheetItem from "./recipes/action-sheet-item";
import { appBar, appScreen } from "./stackflow/app-screen.recipe";
import { appBar, appScreen } from "./stackflow/app-screen";
import avatar from "./recipes/avatar";
import avatarStack from "./recipes/avatar-stack";
import badge from "./recipes/badge";
Expand Down

0 comments on commit f7aba7f

Please sign in to comment.