We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4abee commit e409475Copy full SHA for e409475
examples/get-started/src/index.js
@@ -1,7 +1,7 @@
1
import React from "react";
2
import ReactDOM from "react-dom";
3
-import {Datagrid} from "@activewidgets/react";
4
-import {columns, rows} from "./data.js"
+import { Datagrid } from "@activewidgets/react";
+import { columns, rows } from "./data.js"
5
import "./styles.css";
6
7
function App() {
0 commit comments