summaryrefslogtreecommitdiffstats
path: root/typescript/src/placeholder.ts
blob: 083226c3434540138a52cfd1cd17da84c7d96416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: AGPL-3.0-or-later */

export default `
  <div class="wolfree-pods wolfree-placeholder">
    <div>
      <div>
        <div><div></div></div>
        <div><div></div></div>
        <div><div></div></div>
      </div>
    </div>
  </div>
`;