Skip to content

Commit

Permalink
chore: Fixing linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aykanburcak committed Apr 3, 2023
1 parent 0fb0e69 commit 460c5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/site-settings/src/setup/SetupCards.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, BoxProps, styled } from '@mui/material';
import { GoogleAnalytics, SiteDomain, SiteVisibility } from '@site/setup/cards';
import { CARDS } from '@site/constants';
import {SetupCardAccordion, SetupCardContent} from '@moderntribe/wme-ui';
import { SetupCardAccordion, SetupCardContent } from '@moderntribe/wme-ui';
import { SetupCardTasks } from '@site/setup';

const Container = styled(Box)<BoxProps>(({ theme }) => ({
Expand Down
3 changes: 1 addition & 2 deletions packages/site-settings/src/setup/cards/GoogleAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import {
Button,
Form,
FormField,
TextInput,
SetupCardContent
TextInput
} from '@moderntribe/wme-ui';
import { Link, styled } from '@mui/material';

Expand Down

0 comments on commit 460c5e8

Please sign in to comment.