Skip to content

Commit

Permalink
removed unused var for build (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-gupta-ij authored Aug 9, 2023
1 parent dc6eaf2 commit b8abf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Users/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Button, Modal, ScrollArea, Select, Table, Text, TextInput, Tooltip, px } from '@mantine/core';
import { Box, Button, Modal, ScrollArea, Select, Table, Text, TextInput} from '@mantine/core';
import { useDocumentTitle } from '@mantine/hooks';
import { FC, useEffect, useState } from 'react';

Expand Down

0 comments on commit b8abf6d

Please sign in to comment.