Skip to content

Commit

Permalink
sample updated for Year Selector
Browse files Browse the repository at this point in the history
  • Loading branch information
lash1co committed Dec 30, 2024
1 parent ebf9a8f commit ef80a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/YearSelectorSample.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react';
import { useShallow } from 'zustand/react/shallow';
import HorizontalSelector from '../src/HorizontalSelector';
import { HorizontalSelector } from '../src';

const thisYear = new Date().getFullYear();

Expand All @@ -24,4 +24,4 @@ export default () => {
{year}
</HorizontalSelector>
);
};
};

0 comments on commit ef80a13

Please sign in to comment.