Skip to content

Commit e409475

Browse files
committed
formatting
1 parent 7e4abee commit e409475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/get-started/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom";
3-
import {Datagrid} from "@activewidgets/react";
4-
import {columns, rows} from "./data.js"
3+
import { Datagrid } from "@activewidgets/react";
4+
import { columns, rows } from "./data.js"
55
import "./styles.css";
66

77
function App() {

0 commit comments

Comments
 (0)