mirror of
https://github.com/siv-org/siv.git
synced 2026-05-03 03:00:59 -04:00
(In)ValidVotersTable singular filenames, like the components
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { useEffect, useReducer, useState } from 'react'
|
||||
|
||||
import { useStored } from '../useStored'
|
||||
import { InvalidVotersTable } from './InvalidVotersTables'
|
||||
import { InvalidVotersTable } from './InvalidVotersTable'
|
||||
import { NumVotedRow } from './NumVotedRow'
|
||||
import { getStatus } from './Signature'
|
||||
import { TopBarButtons } from './TopBarButtons'
|
||||
import { UnlockedStatus } from './UnlockedStatus'
|
||||
import { ValidVotersTable } from './ValidVotersTables'
|
||||
import { ValidVotersTable } from './ValidVotersTable'
|
||||
|
||||
export const ExistingVoters = () => {
|
||||
const { esignature_requested, valid_voters, voters } = useStored()
|
||||
|
||||
Reference in New Issue
Block a user