mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-15 03:53:48 +00:00
style(#98): add datatable styles
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import Chart, { type ChartData } from 'chart.js/auto';
|
import Chart, { type ChartData } from 'chart.js/auto';
|
||||||
import { DataTable } from 'simple-datatables';
|
import { DataTable } from 'simple-datatables';
|
||||||
|
import 'simple-datatables/dist/style.css';
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
const { creditsRemaining, transactions, monthlyAggregates } = data;
|
const { creditsRemaining, transactions, monthlyAggregates } = data;
|
||||||
|
|||||||
Reference in New Issue
Block a user