chore: update @ciphera-net/ui to version 0.0.26 and remove next-themes dependency

This commit is contained in:
Usman Baig
2026-01-27 22:41:56 +01:00
parent c00a921f36
commit 1af35b1b80
4 changed files with 7 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
'use client'
import { useState, useMemo } from 'react'
import { useTheme } from 'next-themes'
import { useTheme } from '@ciphera-net/ui'
import {
AreaChart,
Area,

View File

@@ -4,7 +4,7 @@ import React, { memo, useMemo, useState } from 'react'
import { ComposableMap, Geographies, Geography } from 'react-simple-maps'
import countries from 'i18n-iso-countries'
import enLocale from 'i18n-iso-countries/langs/en.json'
import { useTheme } from 'next-themes'
import { useTheme } from '@ciphera-net/ui'
countries.registerLocale(enLocale)