Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
components
:
LoadingIndicator.jsx
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import { __ } from '@wordpress/i18n'; export const LoadingIndicator = () => ( <p className="w-full text-center text-base text-gray-700"> {__('Loading...', 'extendify-local')} </p> );