mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
JS style updates [skip ci]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as React from "react";
|
||||
import { motion, AnimatePresence } from "framer-motion";
|
||||
import { Layout, HyperglassForm, Results } from "app/components";
|
||||
import { useHyperglassState } from "app/context";
|
||||
import * as React from 'react';
|
||||
import { motion, AnimatePresence } from 'framer-motion';
|
||||
import { Layout, HyperglassForm, Results } from 'app/components';
|
||||
import { useHyperglassState } from 'app/context';
|
||||
|
||||
const AnimatedForm = motion.custom(HyperglassForm);
|
||||
|
||||
@@ -12,7 +12,7 @@ export const LookingGlass = () => {
|
||||
formData,
|
||||
setFormData,
|
||||
greetingAck,
|
||||
setGreetingAck
|
||||
setGreetingAck,
|
||||
} = useHyperglassState();
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user