Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Sep 14, 2023
1 parent ed83afb commit 07396e8
Show file tree
Hide file tree
Showing 6 changed files with 2,481 additions and 1,237 deletions.
6 changes: 1 addition & 5 deletions ui/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": [
"next",
"plugin:storybook/recommended",
"prettier"
]
"extends": ["next", "plugin:storybook/recommended", "prettier"]
}
1 change: 0 additions & 1 deletion ui/app/connectors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { SearchField } from '@/lib/SearchField';
import { Select } from '@/lib/Select';
import { Table, TableCell, TableRow } from '@/lib/Table';
import { GetFlowServiceClient } from '@/rpc/rpc';
import getConfig from 'next/config';
import Link from 'next/link';
import { Suspense } from 'react';
import { Header } from '../../lib/Header';
Expand Down
Loading

0 comments on commit 07396e8

Please sign in to comment.