mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
powder that makes you say yes
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
import { sortBy } from 'common/collections';
|
|
||||||
import { useBackend } from '../backend';
|
import { useBackend } from '../backend';
|
||||||
import { Button, LabeledList, Section, ColorBox, NoticeBox, Box } from '../components';
|
import { Button, LabeledList, Section, ColorBox, NoticeBox, Box } from '../components';
|
||||||
import { Window } from '../layouts';
|
import { Window } from '../layouts';
|
||||||
import { LabeledListDivider } from '../components/LabeledList';
|
|
||||||
|
|
||||||
export const PrecisionEditor = (props, context) => {
|
export const PrecisionEditor = (props, context) => {
|
||||||
const { act, data } = useBackend(context);
|
const { act, data } = useBackend(context);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* eslint react/no-danger: "off" */
|
/* eslint react/no-danger: "off" */
|
||||||
import { useBackend } from '../backend';
|
import { useBackend } from '../backend';
|
||||||
import { Button, LabeledList, Section, NoticeBox } from '../components';
|
import { Button, LabeledList, Section } from '../components';
|
||||||
import { Window } from '../layouts';
|
import { Window } from '../layouts';
|
||||||
import { resolveAsset } from '../assets';
|
import { resolveAsset } from '../assets';
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user