@@ -118,57 +118,57 @@ createRoot(document.getElementById("root")!).render(
118118 < CharmsProvider >
119119 < ActionManagerProvider >
120120 < ActivityProvider >
121- < Router >
122- < SentryRoutes >
123- { /* Redirect root to saved replica or default */ }
124- < Route
125- path = { ROUTES . root }
126- element = { < ReplicaRedirect /> }
127- />
128- < Route
129- path = { ROUTES . inspector }
130- element = { < FullscreenInspectorView /> }
131- />
132- < Route
133- path = { ROUTES . replicaRoot }
134- element = { < Shell /> }
135- >
136- < Route index element = { < CharmList /> } />
121+ < Router >
122+ < SentryRoutes >
123+ { /* Redirect root to saved replica or default */ }
137124 < Route
138- path = { ROUTES . charmShow }
139- element = { < CharmShowView /> }
125+ path = { ROUTES . root }
126+ element = { < ReplicaRedirect /> }
140127 />
141128 < Route
142- path = { ROUTES . charmDetail }
143- element = { < CharmDetailView /> }
129+ path = { ROUTES . inspector }
130+ element = { < FullscreenInspectorView /> }
144131 />
145132 < Route
146- path = { ROUTES . stackedCharms }
147- element = { < StackedCharmsView /> }
148- />
149- </ Route >
133+ path = { ROUTES . replicaRoot }
134+ element = { < Shell /> }
135+ >
136+ < Route index element = { < CharmList /> } />
137+ < Route
138+ path = { ROUTES . charmShow }
139+ element = { < CharmShowView /> }
140+ />
141+ < Route
142+ path = { ROUTES . charmDetail }
143+ element = { < CharmDetailView /> }
144+ />
145+ < Route
146+ path = { ROUTES . stackedCharms }
147+ element = { < StackedCharmsView /> }
148+ />
149+ </ Route >
150150
151- { /* Spellbook routes */ }
152- < Route
153- path = { ROUTES . spellbookIndex }
154- element = { < SpellbookIndexView /> }
155- />
156- < Route
157- path = { ROUTES . spellbookDetail }
158- element = { < SpellbookDetailView /> }
159- />
160- < Route
161- path = { ROUTES . spellbookLaunch }
162- element = { < SpellbookLaunchView /> }
163- />
151+ { /* Spellbook routes */ }
152+ < Route
153+ path = { ROUTES . spellbookIndex }
154+ element = { < SpellbookIndexView /> }
155+ />
156+ < Route
157+ path = { ROUTES . spellbookDetail }
158+ element = { < SpellbookDetailView /> }
159+ />
160+ < Route
161+ path = { ROUTES . spellbookLaunch }
162+ element = { < SpellbookLaunchView /> }
163+ />
164164
165- { /* internal tools / experimental routes */ }
166- < Route
167- path = { ROUTES . utilityJsonGen }
168- element = { < GenerateJSONView /> }
169- />
170- </ SentryRoutes >
171- </ Router >
165+ { /* internal tools / experimental routes */ }
166+ < Route
167+ path = { ROUTES . utilityJsonGen }
168+ element = { < GenerateJSONView /> }
169+ />
170+ </ SentryRoutes >
171+ </ Router >
172172 </ ActivityProvider >
173173 </ ActionManagerProvider >
174174 </ CharmsProvider >
0 commit comments