Skip to content

Commit

Permalink
fix: Fixed some linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Jan 11, 2023
1 parent 767205d commit 00cdb8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/toolbox-ui/src/layout/LayoutNavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import type { Agent } from '@aries-framework/core'
import type { TablerIcon } from '@tabler/icons'

import { createStyles, Group, Navbar } from "@mantine/core";
import { createStyles, Group, Navbar } from '@mantine/core'
import React, { useState } from 'react'

import { useNavigation } from '../hooks/useNavigation'

import { LayoutAvatar } from './LayoutAvatar'
import { LogoutAction } from "./actions/LogoutAction";
import { ColorSchemeSwitch } from "./actions/ColorSchemeSwitch";
import { ColorSchemeSwitch } from './actions/ColorSchemeSwitch'
import { LogoutAction } from './actions/LogoutAction'

export interface NavigationItem {
name: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Box, createStyles, Flex, TextInput, Title, Tooltip } from '@mantine/cor
import { useForm } from '@mantine/form'
import { openContextModal } from '@mantine/modals'
import { showNotification } from '@mantine/notifications'
import { IconPlus } from '@tabler/icons'
import React from 'react'

import { Loading } from '../../../components/Loading'
Expand Down

0 comments on commit 00cdb8d

Please sign in to comment.