Skip to content

Commit

Permalink
Implement RSC support
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 25, 2023
1 parent 3ec0dea commit ffff9ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Calendar.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import React, { forwardRef, useCallback, useImperativeHandle, useState } from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
Expand Down
2 changes: 2 additions & 0 deletions src/Calendar/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import React from 'react';
import PropTypes from 'prop-types';
import { getUserLocale } from 'get-user-locale';
Expand Down

0 comments on commit ffff9ec

Please sign in to comment.