import React from 'react'; import { Button } from '@grafana/ui'; import { StorageView } from './types'; interface Props { onPathChange: (p: string, v?: StorageView) => void; } export function AddRootView({ onPathChange }: Props) { return (