Skip to content

Commit

Permalink
website: Fix one more import
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 14, 2021
1 parent 658f89b commit 815b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/Landing.tsx
Expand Up @@ -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';
Expand Down

0 comments on commit 815b0ee

Please sign in to comment.