module Pregame.Vector
  ( module X
  ) where

import Data.Vector as X
  ( Vector
  )