forked from OpenNeo/impress
Matchu
9cc45f0988
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
5 lines
198 B
JavaScript
5 lines
198 B
JavaScript
import AppProvider from "./AppProvider";
|
|
import { ItemPageOutfitPreview } from "./ItemPage";
|
|
import WardrobePage from "./WardrobePage";
|
|
|
|
export { AppProvider, ItemPageOutfitPreview, WardrobePage };
|