UNPKG

sanity-plugin-spreadsheet-wizard-x

Version:

Spreadsheet Wizard is a magnificient Sanity plugin that help you EXPORT & IMPORT spreadsheets. A fantastic bridge between Sanity & your spreadsheet software of choice. (Google Sheets... Excel... Numbers etc.)

11 lines (9 loc) 231 B
import React from "react"; import CSVTools from "./CSVTools"; import { ThListIcon } from "@sanity/icons"; export default { title: "Spreadsheet Wizard", name: "spreadsheet-wizard", icon: ThListIcon, component: CSVTools, };