Skip to content

Commit

Permalink
fix ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate committed Dec 16, 2024
1 parent b51d0c2 commit 46561cd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions clients/admin-ui/src/pages/ant-poc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ import {
AntSwitch as Switch,
AntTag as Tag,
AntTooltip as Tooltip,
AntTypography as Typography,
} from "fidesui";
import type { NextPage } from "next";

import FidesLayout from "~/features/common/Layout";
import PageHeader from "~/features/common/PageHeader";

const { Content } = Layout;
Expand Down
3 changes: 1 addition & 2 deletions clients/admin-ui/src/pages/consent/privacy-notices/new.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Box, Heading, Text } from "fidesui";
import { Box, Text } from "fidesui";

import Layout from "~/features/common/Layout";
import BackButton from "~/features/common/nav/v2/BackButton";
import { PRIVACY_NOTICES_ROUTE } from "~/features/common/nav/v2/routes";
import PageHeader from "~/features/common/PageHeader";
import PrivacyNoticeForm from "~/features/privacy-notices/PrivacyNoticeForm";
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/consent/properties/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Flex, Heading, Text } from "fidesui";
import { Text } from "fidesui";
import type { NextPage } from "next";

import Layout from "~/features/common/Layout";
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/consent/reporting/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Heading, Text } from "fidesui";
import { Box, Text } from "fidesui";
import React from "react";

import Layout from "~/features/common/Layout";
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/settings/organization.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Restrict from "common/Restrict";
import { Box, Heading, Text } from "fidesui";
import { Box, Text } from "fidesui";
import type { NextPage } from "next";

import { useFeatures } from "~/features/common/features";
Expand Down
2 changes: 1 addition & 1 deletion clients/fidesui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export type {
} from "antd/lib";
export {
Alert as AntAlert,
Button as AntButton,
Breadcrumb as AntBreadcrumb,
Button as AntButton,
Card as AntCard,
Checkbox as AntCheckbox,
Col as AntCol,
Expand Down

0 comments on commit 46561cd

Please sign in to comment.