Skip to content

Commit

Permalink
what in god's name is 'exp'???
Browse files Browse the repository at this point in the history
  • Loading branch information
bxllxdxnnx committed Oct 14, 2021
1 parent 494ff5c commit 1685d77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Home/sections/Rose/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ import {
NEWLINE,
INITIAL_UPDATE_INTERVAL,
} from './consts';
import exp from 'constants';


function Rose() {

const [bxllxdxnnxIndex, setBxllxdxnnxIndex] = React.useState(0);
const [outputRose, setOutputRose] = React.useState(ROSE);
const [hasUserInput, setHasUserInput] = React.useState(false);
const [updateInterval, setUpdateInterval] = React.useState(INITIAL_UPDATE_INTERVAL);
const [hasUserInput/*, setHasUserInput*/] = React.useState(false);
const [updateInterval/*, setUpdateInterval*/] = React.useState(INITIAL_UPDATE_INTERVAL);
const [isMutating, setIsMutating] = React.useState(true);

// React.useEffect(() => {
Expand Down

0 comments on commit 1685d77

Please sign in to comment.