Skip to content

Commit 5234658

Browse files
committed
FO-2772 Fjernet ubrukte avhengigheter
1 parent b40ce28 commit 5234658

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/user-table/header/user-table-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22
import cls from 'classnames';
33
import { UserTablePagination } from './user-table-pagination';
44
import {

src/components/user-table/user-table.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import React, { useState } from 'react';
2-
import { Bruker } from '../../rest/data/bruker';
1+
import React from 'react';
32
import { UserTableHeader } from './header/user-table-header';
43
import { AlertStripeInfo } from 'nav-frontend-alertstriper';
54
import { UserTableBody } from './body/user-table-body';

0 commit comments

Comments
 (0)