Skip to content

Commit

Permalink
fix: Remove file header and client warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexhd committed Apr 18, 2020
1 parent 806c789 commit 86831e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions packages/client/src/registerServiceWorker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import { register } from 'register-service-worker';

export default {
Expand Down
9 changes: 0 additions & 9 deletions packages/client/src/views/NotAuthorized.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<!-- =========================================================================================
File Name: NotAuthorized.vue
Description: Not Authorized Page
----------------------------------------------------------------------------------------
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
Author: Pixinvent
Author URL: http://www.themeforest.net/user/pixinvent
========================================================================================== -->

<template>
<div class="h-screen flex w-full bg-img">
<div
Expand Down

0 comments on commit 86831e1

Please sign in to comment.