Matchu
a18ffb22a7
The wardrobe-2020 app had a cute drawer that embeds the item page, but honestly I don't think it was that valuable, and especially not when it means we have to basically maintain two item pages lol. Let's decrease the surface area!
5 lines
207 B
JavaScript
5 lines
207 B
JavaScript
import AppProvider from "./AppProvider";
|
|
import ItemPageOutfitPreview from "./ItemPageOutfitPreview";
|
|
import WardrobePage from "./WardrobePage";
|
|
|
|
export { AppProvider, ItemPageOutfitPreview, WardrobePage };
|