powder that makes you say yes

This commit is contained in:
Darlantan
2022-06-04 20:11:58 -04:00
parent 53820ca34a
commit d0f07f9982
3 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
import { sortBy } from 'common/collections';
import { useBackend } from '../backend';
import { Button, LabeledList, Section, ColorBox, NoticeBox, Box } from '../components';
import { Window } from '../layouts';
import { LabeledListDivider } from '../components/LabeledList';
export const PrecisionEditor = (props, context) => {
const { act, data } = useBackend(context);

View File

@@ -1,6 +1,6 @@
/* eslint react/no-danger: "off" */
import { useBackend } from '../backend';
import { Button, LabeledList, Section, NoticeBox } from '../components';
import { Button, LabeledList, Section } from '../components';
import { Window } from '../layouts';
import { resolveAsset } from '../assets';

File diff suppressed because one or more lines are too long