mirror of
https://github.com/tloncorp/landscape.git
synced 2025-01-06 08:05:02 +03:00
cleanup
This commit is contained in:
parent
3a58475f17
commit
b04fe37c18
@ -1,9 +1,7 @@
|
||||
import React, { useState } from 'react';
|
||||
import * as Dropdown from '@radix-ui/react-dropdown-menu';
|
||||
import cn from 'classnames';
|
||||
import { setCalmSetting } from '../state/settings';
|
||||
import { Dialog, DialogContent } from './Dialog';
|
||||
import { Button } from './Button';
|
||||
import { useCharges } from '../state/docket';
|
||||
import { GroupLink } from './GroupLink';
|
||||
import WayfindingAppLink from './WayfindingAppLink';
|
||||
|
@ -251,5 +251,3 @@ export const Nav: FunctionComponent<NavProps> = ({ menu }) => {
|
||||
</ErrorBoundary>
|
||||
);
|
||||
};
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user