----------------------------------------------------------------------------- {-# LANGUAGE OverloadedStrings #-} ----------------------------------------------------------------------------- -- | -- Module : Miso.Lynx.Element.Frame -- Copyright : (C) 2016-2025 David M. Johnson -- License : BSD3-style (see the file LICENSE) -- Maintainer : David M. Johnson <code@dmj.io> -- Stability : experimental -- Portability : non-portable ---------------------------------------------------------------------------- module Miso.Lynx.Element.Frame ( module Miso.Lynx.Element.Frame.Property ) where ----------------------------------------------------------------------------- import Miso.Lynx.Element.Frame.Property -----------------------------------------------------------------------------