diff --git a/src/website/Landing.tsx b/src/website/Landing.tsx index 18b178d..5568a75 100644 --- a/src/website/Landing.tsx +++ b/src/website/Landing.tsx @@ -4,9 +4,9 @@ import {css, Global} from '@emotion/react'; import styled from '@emotion/styled'; import {motion, Variants} from 'framer-motion'; -import Application from 'src/renderer/views/Application'; import LogoBig from 'src/shared/components/LogoBig'; import globalCss, {noSelect} from 'src/shared/globalCss'; +import Application from 'ui/views/Application'; import ActivityLink from './components/ActivityLink'; import DemoContext from './components/DemoContext';