Skip to content

linzhe-tools/learn-github

Repository files navigation

learn-github

learn-github

linzhe-tools

import { foo } from "./foo";
import { add } from "./feat-add-fn";

foo(); // foo
add(1, 3); //4

app.tsx

import { Home } from "/home";
function App() {
  return <Home />;
}
import { bar } from "./bar";
bar(); //bar

About

learn-github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published