We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40ce28 commit 5234658Copy full SHA for 5234658
src/components/user-table/header/user-table-header.tsx
@@ -1,4 +1,4 @@
1
-import React, { useState } from 'react';
+import React from 'react';
2
import cls from 'classnames';
3
import { UserTablePagination } from './user-table-pagination';
4
import {
src/components/user-table/user-table.tsx
@@ -1,5 +1,4 @@
-import { Bruker } from '../../rest/data/bruker';
import { UserTableHeader } from './header/user-table-header';
import { AlertStripeInfo } from 'nav-frontend-alertstriper';
5
import { UserTableBody } from './body/user-table-body';
0 commit comments