summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.js
blob: 03a4894b63b17de1488e04eb41c4e2bf21b56fdf (plain)
1
2
3
4
5
6
import React from 'react'
import { blinkingCursor } from './BlinkingCursor.module.scss'

const BlinkingCursor = () => <span className={blinkingCursor}>_</span>

export default BlinkingCursor