impress/app/javascript/wardrobe-2020/index.js
Matchu 9cc45f0988 Add wardrobe-2020 outfit preview to item pages
Eyyy tasty! There were some issues with conflicting styles with the main app, but I think we got it!

Scoping Chakra's CSS reset was a big deal to not accidentally overwrite the app's own styles lol, and we had to solve a specificity problem for that, thanks Aria for the :where tip!! <3
2023-10-23 19:05:08 -07:00

5 lines
198 B
JavaScript

import AppProvider from "./AppProvider";
import { ItemPageOutfitPreview } from "./ItemPage";
import WardrobePage from "./WardrobePage";
export { AppProvider, ItemPageOutfitPreview, WardrobePage };