Fix some linting
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { useState } from 'react';
|
||||
import Link from 'next/link';
|
||||
import { Register, RegisterAccess, Note } from './types';
|
||||
import { Form, Card, Container, Row, Col, Tabs, Tab, Table, OverlayTrigger, Tooltip } from 'react-bootstrap';
|
||||
import { Form, Container, Row, Table, OverlayTrigger, Tooltip } from 'react-bootstrap';
|
||||
import RegisterDetail from "@/app/registers/RegisterDetail";
|
||||
|
||||
interface RegisterBrowserProps {
|
||||
|
||||
Reference in New Issue
Block a user