Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
Swizec committed Oct 22, 2018
1 parent 61d265c commit 19b8276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
@@ -1,6 +1,6 @@
import React, { Component } from "react";

// import Alphabet from "./components/Alphabet";
import Alphabet from "./components/Alphabet";
import FancyText from "./components/FancyText";

class App extends Component {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Alphabet.jsx
@@ -1,10 +1,10 @@
import React, { Component } from "react";
import React from "react";
import * as d3 from "d3";
import { TransitionGroup } from "react-transition-group";

import Letter from "./Letter";

class Alphabet extends Component {
class Alphabet extends React.Component {
static letters = "abcdefghijklmnopqrstuvwxyz".split("");
state = { alphabet: [] };

Expand Down

0 comments on commit 19b8276

Please sign in to comment.