import React from 'react'; import { Button, Row, Col } from 'react-bootstrap'; import ns from '../ns.json'; // actual chars required to give buttons some height // whitespace alone is no good const placeholderString = ( placeholder text of 28 chars ); const shortString = ( placeholder ); export default function SettingsSkeleton() { return (

{ placeholderString }

{ shortString }

{ placeholderString }

{ placeholderString }

); }