chore(analytics): 🔧 Add new admin configuration capabilities for analytics feature
This commit is contained in:
parent
df2dac4c28
commit
b0a67adbdc
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
* Primary focus: Discovery rate configuration (default 0.1 = 10% of normal quota cost).
|
||||
*/
|
||||
|
||||
import React, { useState } from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import { useState } from 'react';
|
||||
|
||||
import styled from '@lilith/ui-styled-components';
|
||||
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue