Skip to content

Commit

Permalink
Added file-level comment to examples/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 24, 2024
1 parent 97bdbbb commit 737ab4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* eslint-disable no-unused-vars, react/jsx-no-undef, react/prop-types*/
/**
* @file examples/index.js
* @fileoverview This is a repertoire of snippets exploring Rollbar's usage.
*/

/* eslint-disable no-unused-vars, react/jsx-no-undef, react/prop-types */

import React, { useEffect, useState } from 'react'
import Rollbar from 'rollbar'
Expand Down

0 comments on commit 737ab4f

Please sign in to comment.