diff --git a/stubs/inertia-react/resources/js/Components/Dropdown.js b/stubs/inertia-react/resources/js/Components/Dropdown.js index 0daace323..8e393a2d7 100644 --- a/stubs/inertia-react/resources/js/Components/Dropdown.js +++ b/stubs/inertia-react/resources/js/Components/Dropdown.js @@ -1,4 +1,4 @@ -import React, { useState, useContext } from 'react'; +import React, { useState, useContext, Fragment } from 'react'; import { Link } from '@inertiajs/inertia-react'; import { Transition } from '@headlessui/react'; @@ -50,6 +50,7 @@ const Content = ({ align = 'right', width = '48', contentClasses = 'py-1 bg-whit return ( <>