Skip to content

Commit 5d821e1

Browse files
committed
lint
1 parent 6401765 commit 5d821e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/src/app/components/WorkspaceSetup/steps/SelectUsecases.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import React, { useState } from 'react';
22
import { Button, Element, Stack, Text } from '@codesandbox/components';
3-
3+
import { useAppState, useEffects } from 'app/overmind';
44
import styled from 'styled-components';
55
import { StepHeader } from '../StepHeader';
66
import { AnimatedStep } from '../elements';
77
import { StepProps } from '../types';
8-
import { useAppState, useEffects } from 'app/overmind';
98

109
const USE_CASES = [
1110
'Conduct interviews',

0 commit comments

Comments
 (0)