diff --git a/src/samples/AppSelector/index.tsx b/src/samples/AppSelector/index.tsx index 0c3ae1cb..e7258c4f 100644 --- a/src/samples/AppSelector/index.tsx +++ b/src/samples/AppSelector/index.tsx @@ -1,6 +1,6 @@ import { Route, Routes } from 'react-router-dom'; -import EmbeddedTopLevel from '../Embedded/EmbeddedTopLevel'; +import Embedded from '../Embedded'; import FullPortal from '../FullPortal'; // NOTE: You should update this to be the same value that's in @@ -17,13 +17,13 @@ const AppSelector = () => { return (