Skip to content

Commit

Permalink
Fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
apata committed Jul 11, 2024
1 parent 5fffacc commit 336a058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/dashboard/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, { useState } from 'react';

import Historical from './historical'
import Realtime, { useIsRealtimeDashboard } from './realtime'
import Realtime from './realtime'
import { useIsRealtimeDashboard } from './util/filters'

export const statsBoxClass = "stats-item relative w-full mt-6 p-4 flex flex-col bg-white dark:bg-gray-825 shadow-xl rounded"

Expand Down

0 comments on commit 336a058

Please sign in to comment.